InternalAction class

Inheritance

Constructors

InternalAction(AppModel app, {DisplayConditionsModel? conditions, InternalActionEnum? internalActionEnum})

Properties

actionType String?
finalinherited
app AppModel
finalinherited
conditions DisplayConditionsModel?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
internalActionEnum InternalActionEnum?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collectReferences({String? appId}) Future<List<ModelReference>>
override
copyWith(AppModel newApp) ActionModel
override
describe() String
override
hasAccess(BuildContext context) Future<bool>
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.
inherited

Operators

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

Static Properties

unknownMsg String
getter/setter pair

Static Methods

fromEntity(AppModel app, InternalActionEntity entity) Future<ActionModel>
override
fromEntityPlus(AppModel app, InternalActionEntity entity) Future<ActionModel>
override