Mv constructor

Mv({
  1. bool ok = false,
  2. String? error,
  3. Map result = const {},
})

Implementation

Mv({this.ok = false, this.error, this.result = const {}});