toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final apiKeySecretVersion = this.apiKeySecretVersion;
  final keyName = this.keyName;
  final requestLocation = this.requestLocation;
  return {
    'apiKeySecretVersion': ?apiKeySecretVersion,
    'keyName': ?keyName,
    'requestLocation': ?requestLocation,
  };
}