LinkModel class Null safety

Constructors

LinkModel({required String documentID, String? linkText, ActionModel? action})

Properties

action ActionModel?
read / write
documentID String
read / write, override
hashCode int
The hash code for this object. [...]
read-only, override
linkText String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

collectReferences({String? appId}) → dynamic
override
copyWith({String? documentID, String? linkText, ActionModel? action}) LinkModel
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed. [...]
inherited
toEntity({String? appId}) LinkEntity
override
toString() String
A string representation of this object. [...]
override

Operators

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

Static Methods

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

Constants

id → const String
'links'
packageName → const String
'eliud_pkg_fundamentals'