flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: newAlgo != null || newPasswordHash != null || hint != null,
    b01: email != null,
    b02: newSecureSettings != null,
  );

  return v;
}