toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (outcome != null) 'outcome': outcome!,
      if (state != null) 'state': state!,
      if (testSuiteOverviews != null)
        'testSuiteOverviews': testSuiteOverviews!,
    };