toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (explanation != null) 'explanation': explanation!,
  if (pruningStats != null) 'pruningStats': pruningStats!,
  if (staleness != null) 'staleness': staleness!,
  if (tableReference != null) 'tableReference': tableReference!,
  if (tableType != null) 'tableType': tableType!,
  if (unusedReason != null) 'unusedReason': unusedReason!,
};