toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (approvals != null) 'approvals': approvals!,
  if (createTime != null) 'createTime': createTime!,
  if (inputProperties != null) 'inputProperties': inputProperties!,
  if (name != null) 'name': name!,
  if (provider != null) 'provider': provider!,
  if (resellerParentBillingAccount != null)
    'resellerParentBillingAccount': resellerParentBillingAccount!,
  if (state != null) 'state': state!,
  if (updateTime != null) 'updateTime': updateTime!,
};