static FlagList? parse(Map<String, dynamic>? json) => json == null ? null : FlagList._fromJson(json);