toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (entityTypeBatchInline != null)
'entityTypeBatchInline': entityTypeBatchInline!,
if (entityTypeBatchUri != null)
'entityTypeBatchUri': entityTypeBatchUri!,
if (languageCode != null) 'languageCode': languageCode!,
if (updateMask != null) 'updateMask': updateMask!,
};