factory VersionExpandable.fromJson(Map<String, Object?> json) { return VersionExpandable( content: json[r'content'] as String?, collaborators: json[r'collaborators'] as String?, ); }