toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final access = this.access;
final asset = this.asset;
final catalogEntry = this.catalogEntry;
final compatibility = this.compatibility;
final createTime = this.createTime;
final dataPath = this.dataPath;
final dataPathPattern = this.dataPathPattern;
final description = this.description;
final displayName = this.displayName;
final etag = this.etag;
final format = this.format;
final id = this.id;
final name = this.name;
final schema = this.schema;
final system = this.system;
final type = this.type;
final uid = this.uid;
final updateTime = this.updateTime;
return {
'access': ?access,
'asset': ?asset,
'catalogEntry': ?catalogEntry,
'compatibility': ?compatibility,
'createTime': ?createTime,
'dataPath': ?dataPath,
'dataPathPattern': ?dataPathPattern,
'description': ?description,
'displayName': ?displayName,
'etag': ?etag,
'format': ?format,
'id': ?id,
'name': ?name,
'schema': ?schema,
'system': ?system,
'type': ?type,
'uid': ?uid,
'updateTime': ?updateTime,
};
}