flags property

List<String>? get flags

Gets the flags as a list of strings. Decodes from the internal JSON string representation.

Implementation

List<String>? get flags => _decodeFlags(flagsJson);