flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: creator,
    b01: emojiId != null,
    b04: prompt != null,
    b02: installsCount != null,
    b03: authorId != null,
    b05: exampleEnglish != null,
  );

  return v;
}