flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b05: p2pAllowed,
    b06: video,
  );

  return v;
}