BtnSchemaModel constructor
BtnSchemaModel(
- SchemaType type,
- dynamic name,
- String key
Implementation
BtnSchemaModel(
SchemaType type, name,this.key)
: super(type, name,);