Roles class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Roles({required Role role})
-
Roles.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{Role? role}) → Roles -
Available on Roles, provided by the $RolesExtension extension
-
copyWithWrapped(
{Wrapped< Role> ? role}) → Roles -
Available on Roles, provided by the $RolesExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const Roles Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(Roles instance)