RowSchemaDto constructor

RowSchemaDto(
  1. String type,
  2. String? key,
  3. List<SchemaDto> children
)

Implementation

RowSchemaDto(String type, String ?key,this.children) : super(type,key);