flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b02: rtmpStream,
    b00: title != null,
    b01: scheduleDate != null,
  );

  return v;
}