flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b03: modified,
    b00: from != null,
    b01: fromName != null,
    b02: storyId != null,
  );

  return v;
}