flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b02: canSaveCredentials,
    b03: passwordMissing,
    b05: photo != null,
    b04: nativeProvider != null || nativeParams != null,
    b06: additionalMethods != null,
    b00: savedInfo != null,
    b01: savedCredentials != null,
  );

  return v;
}