StringDataField constructor

StringDataField({
  1. required String value,
})

Implementation

StringDataField({
  required this.value,
}) : super();