toJson method

Map<String, dynamic> toJson()

Implementation

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