toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (createTime != null) 'createTime': createTime!,
  if (creationRequestId != null) 'creationRequestId': creationRequestId!,
  if (displayName != null) 'displayName': displayName!,
  if (name != null) 'name': name!,
  if (regionCode != null) 'regionCode': regionCode!,
  if (state != null) 'state': state!,
  if (timeZone != null) 'timeZone': timeZone!,
};