toJson method

Map<String, dynamic> toJson()

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!,
    };