IdentityAware mixin
Mixin receiving onIdentityChanged every time UserId identity of the business logic changes.
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- order → int
-
Returns the order in which the onIdentityChanged should be invoked.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onIdentityChanged(
UserId me) → void - Handles identity changes to the provided UserId.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- businessOrder → const int
- Recommended order of the business logic layer dependencies.
- interfaceOrder → const int
- Recommended order of the interface layer dependencies.
- providerOrder → const int
- Recommended order of the provider layer dependencies.