toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (createTime != null) 'createTime': createTime!,
  if (datastoreConfig != null) 'datastoreConfig': datastoreConfig!,
  if (displayName != null) 'displayName': displayName!,
  if (lastUpdateTime != null) 'lastUpdateTime': lastUpdateTime!,
  if (org != null) 'org': org!,
  if (self != null) 'self': self!,
  if (targetType != null) 'targetType': targetType!,
};