flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b01: lastSaleOnFragment,
    b06: valueIsAverage,
    b00: lastSaleDate != null || lastSalePrice != null,
    b02: floorPrice != null,
    b03: averagePrice != null,
    b04: listedCount != null,
    b05: fragmentListedCount != null || fragmentListedUrl != null,
  );

  return v;
}