BooleanListDataField constructor

BooleanListDataField({
  1. required List<bool> value,
})

Implementation

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