toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (attributes != null) 'attributes': attributes!,
if (createTime != null) 'createTime': createTime!,
if (name != null) 'name': name!,
if (schema != null) 'schema': schema!,
if (spec != null) 'spec': spec!,
if (type != null) 'type': type!,
if (updateTime != null) 'updateTime': updateTime!,
};