SchemaDto constructor

SchemaDto(
  1. String type,
  2. String? key
)

Implementation

SchemaDto(this.type,this.key);