toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (applicationDataTransfers != null)
    'applicationDataTransfers': applicationDataTransfers!,
  if (etag != null) 'etag': etag!,
  if (id != null) 'id': id!,
  if (kind != null) 'kind': kind!,
  if (newOwnerUserId != null) 'newOwnerUserId': newOwnerUserId!,
  if (oldOwnerUserId != null) 'oldOwnerUserId': oldOwnerUserId!,
  if (overallTransferStatusCode != null)
    'overallTransferStatusCode': overallTransferStatusCode!,
  if (requestTime != null)
    'requestTime': requestTime!.toUtc().toIso8601String(),
};