DashboardUserGetResponse class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- DashboardUserGetResponse({required String id, required String createdAt, required String emailAddress, required DashboardUserStatus status, required String requestId})
-
DashboardUserGetResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → String
-
final
- emailAddress → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- requestId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → DashboardUserStatus
-
final
Methods
-
copyWith(
{String? id, String? createdAt, String? emailAddress, DashboardUserStatus? status, String? requestId}) → DashboardUserGetResponse -
Available on DashboardUserGetResponse, provided by the $DashboardUserGetResponseExtension extension
-
copyWithWrapped(
{Wrapped< String> ? id, Wrapped<String> ? createdAt, Wrapped<String> ? emailAddress, Wrapped<DashboardUserStatus> ? status, Wrapped<String> ? requestId}) → DashboardUserGetResponse -
Available on DashboardUserGetResponse, provided by the $DashboardUserGetResponseExtension 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 DashboardUserGetResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(DashboardUserGetResponse instance)