Returns true if the generated parser is optional; otherwise returns false.
true
false
@override bool get isOptional { return m == 0 ? true : false; }