TextFieldSchemaDto constructor

TextFieldSchemaDto(
  1. String type,
  2. String key
)

Implementation

TextFieldSchemaDto(String type, String key) : super(type, key);