flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b02: premiumRequired,
    b00: staticIconId != null,
    b01: effectAnimationId != null,
  );

  return v;
}