FaderModel class

Constructors

FaderModel({required String documentID, required String appId, String? description, int? animationMilliseconds, int? imageSeconds, List<ListedItemModel>? items, BackgroundModel? background, StorageConditionsModel? conditions})

Properties

animationMilliseconds int?
getter/setter pair
appId String
getter/setter pairoverride
background ↔ BackgroundModel?
getter/setter pair
conditions ↔ StorageConditionsModel?
getter/setter pair
description String?
getter/setter pair
documentID String
getter/setter pairoverride
hashCode int
The hash code for this object.
no setteroverride
imageSeconds int?
getter/setter pair
items List<ListedItemModel>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collectReferences({String? appId}) Future<List<ModelReference>>
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) Future<FaderModel?>
fromEntityPlus(String documentID, FaderEntity? entity, {String? appId}) Future<FaderModel?>

Constants

id → const String
packageName → const String