toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (booleanTest != null) 'booleanTest': booleanTest!,
  if (daily != null) 'daily': daily!,
  if (hourly != null) 'hourly': hourly!,
  if (minutes != null) 'minutes': minutes!,
  if (query != null) 'query': query!,
  if (rowCountTest != null) 'rowCountTest': rowCountTest!,
};