toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final assetType = this.assetType;
final name = this.name;
final type = this.type;
final uri = this.uri;
return {'assetType': ?assetType, 'name': ?name, 'type': ?type, 'uri': ?uri};
}