ScrollSchemaDto constructor

ScrollSchemaDto(
  1. String type,
  2. String? key,
  3. SchemaDto child
)

Implementation

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