GotoPage class Null safety

Inheritance

Constructors

GotoPage(dynamic super)

Properties

actionType String?
final, inherited
app → AppModel
final, inherited
conditions ↔ DisplayConditionsModel?
read / write, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
pageID String
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

collectReferences({String? appId}) → dynamic
override
copyWith(AppModel newApp) ActionModel
override
describe() String
override
hasAccess(BuildContext context) → dynamic
inherited
message() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed. [...]
inherited
toEntity({String? appId}) ActionEntity
override
toString() String
A string representation of this object. [...]
override

Operators

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

Static Methods

fromEntity(AppModel app, GotoPageEntity entity) → dynamic
override
fromEntityPlus(AppModel app, GotoPageEntity entity) → dynamic
override