DividerModel class
Constructors
Properties
- appId ↔ String
-
getter/setter pairoverride
- color ↔ RgbModel?
-
getter/setter pair
- conditions ↔ StorageConditionsModel?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- documentID ↔ String
-
getter/setter pairoverride
- endIndent ↔ double?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- height ↔ double?
-
getter/setter pair
- indent ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thickness ↔ double?
-
getter/setter pair
Methods
-
collectReferences(
{String? appId}) → Future< List< ModelReference> > -
override
-
copyWith(
{String? documentID, String? appId, String? description, RgbModel? color, double? height, double? thickness, double? indent, double? endIndent, StorageConditionsModel? conditions}) → DividerModel -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEntity(
{String? appId}) → DividerEntity -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromEntity(
String documentID, DividerEntity? entity) → Future< DividerModel?> -
fromEntityPlus(
String documentID, DividerEntity? entity, {String? appId}) → Future< DividerModel?>
Constants
- id → const String
- packageName → const String