flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b03: forBoth,
    b04: revert,
    b00: wallpaper != null,
    b02: settings != null,
    b01: id != null,
  );

  return v;
}