copyWith method
_t
copyWith({
- _7? name,
- _7? description,
- _1h? schema,
Implementation
_t copyWith({_7? name,_7? description,_1h? schema,})=>_t(name: name??_H.name,description: description??_H.description,schema: schema??_H.schema,);