asJson property

Map<String, dynamic> get asJson

Implementation

Map<String, dynamic> get asJson => {
      'results': results,
      'tests': tests,
    };