IntegerDataField constructor

IntegerDataField({
  1. required int value,
})

Implementation

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