copyWith method

_t copyWith({
  1. _7? name,
  2. _7? description,
  3. _1h? schema,
})

Implementation

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