FaderModel class Null safety
Constructors
-
FaderModel({required String documentID, required String appId, String? description, int? animationMilliseconds, int? imageSeconds, List<
ListedItemModel> ? items, BackgroundModel? background, StorageConditionsModel? conditions})
Properties
- animationMilliseconds ↔ int?
-
read / write
- appId ↔ String
-
read / write, override
- background ↔ BackgroundModel?
-
read / write
- conditions ↔ StorageConditionsModel?
-
read / write
- description ↔ String?
-
read / write
- documentID ↔ String
-
read / write, override
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- imageSeconds ↔ int?
-
read / write
-
items
↔ List<
ListedItemModel> ? -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
collectReferences(
{String? appId}) → dynamic -
override
-
copyWith(
{String? documentID, String? appId, String? description, int? animationMilliseconds, int? imageSeconds, List< ListedItemModel> ? items, BackgroundModel? background, StorageConditionsModel? conditions}) → FaderModel -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed. [...]
inherited
-
toEntity(
{String? appId}) → FaderEntity -
override
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
override
Static Methods
-
fromEntity(
String documentID, FaderEntity? entity) → dynamic -
fromEntityPlus(
String documentID, FaderEntity? entity, {String? appId}) → dynamic
Constants
- id → const String
-
'faders'
- packageName → const String
-
'eliud_pkg_fundamentals'