@override Map<String, dynamic> toJson() => <String, dynamic>{ 'can_be_edited': canBeEdited, 'rights': rights?.toJson(), '@type': constructor, };