abnfStrings property

List<String>? abnfStrings
getter/setter pair

All declarations and rules of an ABNF grammar broken up into multiple strings that will end up concatenated.

Implementation

core.List<core.String>? abnfStrings;