Get the length of the code of the group.
@override int get length { if (_code == null) { return 0; } return _code!.length; }