flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b01: setupPasswordRequired || otherwiseReloginDays != null,
    b00: tmpSessions != null,
    b02: futureAuthToken != null,
  );

  return v;
}