DividerModel class Null safety

Constructors

DividerModel({required String documentID, required String appId, String? description, RgbModel? color, double? height, double? thickness, double? indent, double? endIndent, StorageConditionsModel? conditions})

Properties

appId String
read / write, override
color ↔ RgbModel?
read / write
conditions ↔ StorageConditionsModel?
read / write
description String?
read / write
documentID String
read / write, override
endIndent double?
read / write
hashCode int
The hash code for this object. [...]
read-only, override
height double?
read / write
indent double?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
thickness double?
read / write

Methods

collectReferences({String? appId}) → dynamic
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) → dynamic
fromEntityPlus(String documentID, DividerEntity? entity, {String? appId}) → dynamic

Constants

id → const String
'dividers'
packageName → const String
'eliud_pkg_fundamentals'