toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (access != null) 'access': access!,
  if (asset != null) 'asset': asset!,
  if (catalogEntry != null) 'catalogEntry': catalogEntry!,
  if (compatibility != null) 'compatibility': compatibility!,
  if (createTime != null) 'createTime': createTime!,
  if (dataPath != null) 'dataPath': dataPath!,
  if (dataPathPattern != null) 'dataPathPattern': dataPathPattern!,
  if (description != null) 'description': description!,
  if (displayName != null) 'displayName': displayName!,
  if (etag != null) 'etag': etag!,
  if (format != null) 'format': format!,
  if (id != null) 'id': id!,
  if (name != null) 'name': name!,
  if (schema != null) 'schema': schema!,
  if (system != null) 'system': system!,
  if (type != null) 'type': type!,
  if (uid != null) 'uid': uid!,
  if (updateTime != null) 'updateTime': updateTime!,
};