toJson method

Map toJson()

Implementation

Map toJson() => {
      'parentObjectId': parentObjectId,
      'isConditional': isConditional,
      'whereClause': whereClause,
      'children': children,
    };