toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final googleServiceType = this.googleServiceType;
  final ipAddress = this.ipAddress;
  final pscGoogleApiTarget = this.pscGoogleApiTarget;
  final resourceUri = this.resourceUri;
  final storageBucket = this.storageBucket;
  final target = this.target;
  return {
    'googleServiceType': ?googleServiceType,
    'ipAddress': ?ipAddress,
    'pscGoogleApiTarget': ?pscGoogleApiTarget,
    'resourceUri': ?resourceUri,
    'storageBucket': ?storageBucket,
    'target': ?target,
  };
}