toJson method

Map<String, dynamic> toJson()

Implementation

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