BookletModel class Null safety

Constructors

BookletModel({required String documentID, required String appId, String? description, List<SectionModel>? sections, StorageConditionsModel? conditions})

Properties

appId String
read / write, override
conditions ↔ StorageConditionsModel?
read / write
description String?
read / write
documentID String
read / write, override
hashCode int
The hash code for this object. [...]
read-only, override
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sections List<SectionModel>?
read / write

Methods

collectReferences({String? appId}) → dynamic
override
copyWith({String? documentID, String? appId, String? description, List<SectionModel>? sections, StorageConditionsModel? conditions}) BookletModel
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed. [...]
inherited
toEntity({String? appId}) BookletEntity
override
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
override

Static Methods

fromEntity(String documentID, BookletEntity? entity) → dynamic
fromEntityPlus(String documentID, BookletEntity? entity, {String? appId}) → dynamic

Constants

id → const String
'booklets'
packageName → const String
'eliud_pkg_fundamentals'