BtnSchemaModel constructor

BtnSchemaModel(
  1. SchemaType type,
  2. dynamic name,
  3. String key
)

Implementation

BtnSchemaModel(
    SchemaType type, name,this.key)
    : super(type, name,);