SearchFeatureBooleanValue constructor

const SearchFeatureBooleanValue({
  1. required bool value,
})

Implementation

const SearchFeatureBooleanValue({
  required this.value,
});