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