flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b00: allowFlashcall,
b01: currentNumber,
b04: allowAppHash,
b05: allowMissedCall,
b07: allowFirebase,
b09: unknownNumber,
b06: logoutTokens != null,
b08: token != null || (appSandbox != null),
);
return v;
}