ConsumerPermission class
- Annotations
Constructors
- ConsumerPermission({bool view = false, bool insert = false, bool update = false, bool delete = false, String iconName = 'solidCircle', String name = ''})
-
const
- ConsumerPermission.allowAll({String? name, String? iconName})
-
const
-
ConsumerPermission.fromJson(Map<
String, dynamic> map)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited