toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final allowExisting = this.allowExisting;
final assets = this.assets;
final requestId = this.requestId;
return {
'allowExisting': ?allowExisting,
'assets': ?assets,
'requestId': ?requestId,
};
}