SimpleTextModel class Null safety

Constructors

SimpleTextModel({required String documentID, required String appId, String? description, String? title, String? text, StorageConditionsModel? conditions, SimpleTextAlign? textAlign})

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
text String?
read / write
textAlign SimpleTextAlign?
read / write
title String?
read / write

Methods

collectReferences({String? appId}) → dynamic
override
copyWith({String? documentID, String? appId, String? description, String? title, String? text, StorageConditionsModel? conditions, SimpleTextAlign? textAlign}) SimpleTextModel
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed. [...]
inherited
toEntity({String? appId}) SimpleTextEntity
override
toString() String
A string representation of this object. [...]
override

Operators

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

Static Methods

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

Constants

id → const String
'simpleTexts'
packageName → const String
'eliud_pkg_fundamentals'