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