OtacViewModel constructor

OtacViewModel({
  1. String? otac,
})

Implementation

OtacViewModel({
  this.otac,
});