AssignSpecificValue constructor

AssignSpecificValue({
  1. String? value,
})

Implementation

AssignSpecificValue({
  this.value,
});