toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (queryPlan != null) 'queryPlan': queryPlan!,
  if (queryStats != null) 'queryStats': queryStats!,
  if (rowCountExact != null) 'rowCountExact': rowCountExact!,
  if (rowCountLowerBound != null) 'rowCountLowerBound': rowCountLowerBound!,
};