Conditions constructor

Conditions({
  1. required String type,
  2. required Value value,
})

Implementation

Conditions({
  required this.type,
  required this.value,
});