flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: fullWidth,
    b03: allowScrolling,
    b01: url != null,
    b02: html != null,
    b04: posterPhotoId != null,
    b05: w != null || h != null,
  );

  return v;
}