@override Object toJson() => { if (type.isNotDefault) 'type': type.toJson(), 'content': ?content, 'gcsContentUri': ?gcsContentUri, if (languageCode.isNotDefault) 'languageCode': languageCode, };