CreatePermissionRequest class abstract
CreatePermissionRequest
Properties:
- name - The permission's name.
- description - The permission's description.
- key - The permission identifier to use in code.
- Annotations
-
- @BuiltValue()
Constructors
- CreatePermissionRequest([void updates(CreatePermissionRequestBuilder b)])
-
factory
Properties
- description → String?
-
The permission's description.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String?
-
The permission identifier to use in code.
no setter
- name → String?
-
The permission's name.
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
-
rebuild(
dynamic updates(CreatePermissionRequestBuilder)) → CreatePermissionRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → CreatePermissionRequestBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
CreatePermissionRequest> -
no setter