Creates a ResponseResult from JSON.
factory ResponseResult.fromJson(Map<String, dynamic> json) { return ResponseResult(result: json['Result']?.toString()); }