SelectOptionVO constructor

SelectOptionVO({
  1. Object? value,
  2. String? label,
})

Implementation

SelectOptionVO({this.value, this.label});