SchemaModel constructor

SchemaModel(
  1. SchemaType type,
  2. String name
)

Implementation

SchemaModel(this.type, this.name);