flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b01: sortByPrice,
    b02: sortByNum,
    b04: forCraft,
    b05: starsOnly,
    b00: attributesHash != null,
    b03: attributes != null,
  );

  return v;
}