toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (displayName != null) 'displayName': displayName!,
  if (etag != null) 'etag': etag!,
  if (fields != null) 'fields': fields!,
  if (kind != null) 'kind': kind!,
  if (schemaId != null) 'schemaId': schemaId!,
  if (schemaName != null) 'schemaName': schemaName!,
};