PermissionGrants class
List of permission grants.
Constructors
-
PermissionGrants({String? expand, List<
PermissionGrant> ? permissions}) -
PermissionGrants.fromJson(Map<
String, Object?> json) -
factory
Properties
- expand → String?
-
Expand options that include additional permission grant details in the
response.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
permissions
→ List<
PermissionGrant> -
Permission grants list.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? expand, List< PermissionGrant> ? permissions}) → PermissionGrants -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited