flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: allowFlashcall,
    b01: currentNumber,
    b04: allowAppHash,
    b05: allowMissedCall,
    b07: allowFirebase,
    b06: logoutTokens != null,
    b08: token != null || appSandbox,
  );

  return v;
}