toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final abnfGrammar = this.abnfGrammar;
  final customClasses = this.customClasses;
  final phraseSetReferences = this.phraseSetReferences;
  final phraseSets = this.phraseSets;
  return {
    'abnfGrammar': ?abnfGrammar,
    'customClasses': ?customClasses,
    'phraseSetReferences': ?phraseSetReferences,
    'phraseSets': ?phraseSets,
  };
}