toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final exactMatchWithOperator = this.exactMatchWithOperator;
  final operatorName = this.operatorName;
  return {
    'exactMatchWithOperator': ?exactMatchWithOperator,
    'operatorName': ?operatorName,
  };
}