flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: roundMessage,
    b01: supportsStreaming,
    b03: nosound,
    b02: preloadPrefixSize != null,
  );

  return v;
}