Property getter and setter for flags:
Map<String, bool>? get flags;
set flags(Map<String, bool>? flags);