toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (executionErrors != null) 'executionErrors': executionErrors!,
      if (framesReported != null) 'framesReported': framesReported!,
      if (totalRowsCount != null) 'totalRowsCount': totalRowsCount!,
    };