flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b05: p2pAllowed,
b06: video,
b08: conferenceSupported,
b07: customParameters != null,
);
return v;
}