flags property

List<Flag> flags

Get List of Flag

Implementation

List<Flag> get flags => _flags != null ? _getFlagsFromBitfield(_flags!) : [];