PostActionModel class

Inheritance

Constructors

PostActionModel(AppModel app, {FeedModel? feed, DisplayConditionsModel? conditions})

Properties

actionType String?
finalinherited
app → AppModel
finalinherited
conditions ↔ DisplayConditionsModel?
getter/setter pairinherited
feed FeedModel?
final
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

Static Methods

fromEntity(AppModel app, PostActionEntity entity) Future<ActionModel?>
override
fromEntityPlus(AppModel app, PostActionEntity entity, {String? appId}) Future<ActionModel>
override