flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: missed,
    b01: active,
    b04: video,
    b02: duration != null,
    b03: otherParticipants != null,
  );

  return v;
}