toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (accountCreationUri != null)
        'accountCreationUri': accountCreationUri!,
      if (cloudAccount != null) 'cloudAccount': cloudAccount!,
      if (cloudAccountHomeRegion != null)
        'cloudAccountHomeRegion': cloudAccountHomeRegion!,
      if (linkExistingAccountUri != null)
        'linkExistingAccountUri': linkExistingAccountUri!,
    };