flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(b02: reversed, b00: start != null, b01: type != null);

  return v;
}