toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (apiProxyType != null) 'apiProxyType': apiProxyType!,
      if (labels != null) 'labels': labels!,
      if (latestRevisionId != null) 'latestRevisionId': latestRevisionId!,
      if (metaData != null) 'metaData': metaData!,
      if (name != null) 'name': name!,
      if (readOnly != null) 'readOnly': readOnly!,
      if (revision != null) 'revision': revision!,
    };