Authorization class
Constructors
- Authorization(int _id, String _name, List _roles)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validateRole(
dynamic role) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited