ExpandedSchemaDto constructor

ExpandedSchemaDto(
  1. String type,
  2. String? key,
  3. SchemaDto child,
  4. int flex,
)

Implementation

ExpandedSchemaDto(String type,String ?key, this.child, this.flex) : super(type,key);