abnfStrings property

  1. @TagNumber(1)
List<String> abnfStrings

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

Implementation

@$pb.TagNumber(1)
$core.List<$core.String> get abnfStrings => $_getList(0);