toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (approximateLastUseTime != null)
    'approximateLastUseTime': approximateLastUseTime!,
  if (createTime != null) 'createTime': createTime!,
  if (creatorRole != null) 'creatorRole': creatorRole!,
  if (labels != null) 'labels': labels!,
  if (multiplexed != null) 'multiplexed': multiplexed!,
  if (name != null) 'name': name!,
};