toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final bucketName = this.bucketName;
final completeTime = this.completeTime;
final counters = this.counters;
final createTime = this.createTime;
final deleteObject = this.deleteObject;
final errorSummaries = this.errorSummaries;
final manifest = this.manifest;
final name = this.name;
final prefixList = this.prefixList;
final putMetadata = this.putMetadata;
final putObjectHold = this.putObjectHold;
final rewriteObject = this.rewriteObject;
final startTime = this.startTime;
final state = this.state;
return {
'bucketName': ?bucketName,
'completeTime': ?completeTime,
'counters': ?counters,
'createTime': ?createTime,
'deleteObject': ?deleteObject,
'errorSummaries': ?errorSummaries,
'manifest': ?manifest,
'name': ?name,
'prefixList': ?prefixList,
'putMetadata': ?putMetadata,
'putObjectHold': ?putObjectHold,
'rewriteObject': ?rewriteObject,
'startTime': ?startTime,
'state': ?state,
};
}