UserActionEvent class

Models the user action Event.

@author Brian Pontarelli

Inheritance
Annotations
  • @JsonSerializable()

Constructors

UserActionEvent({String action, String actioneeUserId, String actionerUserId, String actionId, List<String> applicationIds, String comment, Email email, bool emailedUser, num expiry, String localizedAction, String localizedDuration, String localizedOption, String localizedReason, bool notifyUser, String option, UserActionPhase phase, String reason, String reasonCode})
UserActionEvent.fromJson(Map<String, dynamic> json)
factory

Properties

action String
getter/setter pair
actioneeUserId String
getter/setter pair
actionerUserId String
getter/setter pair
actionId String
getter/setter pair
applicationIds List<String>
getter/setter pair
comment String
getter/setter pair
createInstant num
getter/setter pairinherited
email Email
getter/setter pair
emailedUser bool
getter/setter pair
expiry num
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
info EventInfo
getter/setter pairinherited
localizedAction String
getter/setter pair
localizedDuration String
getter/setter pair
localizedOption String
getter/setter pair
localizedReason String
getter/setter pair
notifyUser bool
getter/setter pair
option String
getter/setter pair
phase UserActionPhase
getter/setter pair
reason String
getter/setter pair
reasonCode String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId String
getter/setter pairinherited
type EventType
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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