FunctionToRun class

Inheritance

Constructors

FunctionToRun(AppModel app, {DisplayConditionsModel? conditions, required dynamic actionToRun()})

Properties

actionToRun → dynamic Function()
final
actionType String?
finalinherited
app AppModel
finalinherited
conditions DisplayConditionsModel?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
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