factory CommandMarkRead.fromJson(Map<String, dynamic> json) => CommandMarkRead( target: json['target'] as String, at_ms: json['at_ms'] as int, );