IResult constructor

IResult({
  1. required String type,
  2. dynamic json,
  3. dynamic value,
})

Implementation

IResult({required this.type, this.json, this.value});