toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accountKeySecret = this.accountKeySecret;
  final azureAccount = this.azureAccount;
  final container = this.container;
  final endpoint = this.endpoint;
  return {
    'accountKeySecret': ?accountKeySecret,
    'azureAccount': ?azureAccount,
    'container': ?container,
    'endpoint': ?endpoint,
  };
}