toJson method

Map toJson()

Implementation

Map toJson() => {
      'whereClause': whereClause,
      'count': count,
    };