IResult constructor
IResult({
- required String type,
- dynamic json,
- dynamic value,
Implementation
IResult({required this.type, this.json, this.value});
IResult({required this.type, this.json, this.value});