ISunnyBundle class abstract

Implemented types
  • MModel

Constructors

ISunnyBundle()

Properties

availableResources List<IContent>?
Property getter and setter for availableResources:
getter/setter pair
colorPalette IColorPalette?
Property getter and setter for colorPalette:
getter/setter pair
description String?
Property getter and setter for description:
getter/setter pair
diffHashCode int
no setterinherited
diffKey → dynamic
For Diffable
no setterinherited
diffSource → dynamic
For Diffable
no setterinherited
features List<IContent>?
Property getter and setter for features:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerImage Uri?
Property getter and setter for headerImage:
getter/setter pair
headerImageHeight int?
Property getter and setter for headerImageHeight:
getter/setter pair
help List<IContent>?
Property getter and setter for help:
getter/setter pair
icon IIconInfo?
Property getter and setter for icon:
getter/setter pair
id String?
no setterinherited
ignoredPaths Set<JsonPath>
no setterinherited
includedFlows List<IIncludedPack>?
Property getter and setter for includedFlows:
getter/setter pair
isUnlisted bool?
Property getter and setter for isUnlisted:
getter/setter pair
marketingDescription String?
Property getter and setter for marketingDescription:
getter/setter pair
marketingInfo List<IContent>?
Property getter and setter for marketingInfo:
getter/setter pair
mfields Set<String>
no setteroverride
mkey → MKey?
no setterinherited
mkeyOrNull → MKey?
no setterinherited
mmeta ↔ MMeta
getter/setter pairinherited
mtype → MSchemaRef
no setterinherited
name String?
Property getter and setter for name:
getter/setter pair
pinned bool?
Property getter and setter for pinned:
getter/setter pair
publisher ISunnyPublisher?
Property getter and setter for publisher:
getter/setter pair
recordKey → RecordKey?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wrapped Map<String, dynamic>
finalinherited

Methods

call<T>(dynamic key) → T?
inherited
clone() ISunnyBundle
override
diffEquals(dynamic other) bool
inherited
diffIdentical(dynamic other) bool
inherited
get(String name) → dynamic
inherited
getByPath<T>(JsonPath path) → T
inherited
has(String fieldName) bool
inherited
jpath<T>(JsonPath<T> path, [T? value]) → T?
inherited
modified() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prune(Set<String> fields) → void
inherited
setByPath<T>(JsonPath<T> path, T? value) → dynamic
inherited
sync([Set<String>? fields]) → void
There are some weird cases where collections aren't synced properly with the underlying json. This will overwrite the json with the latest value of the variable.
inherited
takeFrom(dynamic source) → void
override
takeFromMap(Map<String, dynamic>? from, {bool copyEntries = true}) → void
Used for meta-forms in setting deep properties
override
toJson() → dynamic
toMap() Map<String, dynamic>
For RouteParams - move at some point?
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic key) → dynamic
override
operator []=(String key, dynamic value) → void
override

Static Properties

fromJson ↔ _SunnyBundleFromJson
getter/setter pair
of ↔ _SunnyBundleConstructor
getter/setter pair