CoreSettingsConfiguration class

Annotations
  • @JsonSerializable()

Properties

clanBannerDecalColors List<CoreSetting>?
getter/setter pair
clanBannerDecals List<CoreSetting>?
getter/setter pair
clanBannerGonfalonColors List<CoreSetting>?
getter/setter pair
clanBannerGonfalonDetailColors List<CoreSetting>?
getter/setter pair
clanBannerGonfalonDetails List<CoreSetting>?
getter/setter pair
clanBannerGonfalons List<CoreSetting>?
getter/setter pair
clanBannerStandards List<CoreSetting>?
getter/setter pair
defaultGroupTheme CoreSetting?
getter/setter pair
destiny2CoreSettings Destiny2CoreSettings?
getter/setter pair
destinyMembershipTypes List<CoreSetting>?
getter/setter pair
emailSettings EmailSettings?
The set of all email subscription/opt-in settings and definitions.
getter/setter pair
environment String?
getter/setter pair
fireteamActivities List<CoreSetting>?
getter/setter pair
forumCategories List<CoreSetting>?
getter/setter pair
groupAvatars List<CoreSetting>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ignoreReasons List<CoreSetting>?
getter/setter pair
recruitmentActivities List<CoreSetting>?
getter/setter pair
recruitmentMiscTags List<CoreSetting>?
getter/setter pair
recruitmentPlatformTags List<CoreSetting>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemContentLocales List<CoreSetting>?
getter/setter pair
systems Map<String, CoreSystem>?
getter/setter pair
userContentLocales List<CoreSetting>?
getter/setter pair

Methods

asyncToJson() Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<CoreSettingsConfiguration>