Result constructor

Result({
  1. bool resultOk = false,
  2. dynamic data,
})

Implementation

Result({this.resultOk = false, this.data});