toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (maxRows != null) 'maxRows': maxRows!,
  if (query != null) 'query': query!,
  if (queryParameters != null) 'queryParameters': queryParameters!,
  if (timeout != null) 'timeout': timeout!,
};