flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b04: fromBotMenu,
    b05: silent,
    b01: url != null,
    b03: startParam != null,
    b02: themeParams != null,
    b00: replyTo != null,
    b13: sendAs != null,
  );

  return v;
}