DashboardUserGetResponse constructor
DashboardUserGetResponse({
- required String id,
- required String createdAt,
- required String emailAddress,
- required DashboardUserStatus status,
- required String requestId,
Implementation
DashboardUserGetResponse({
required this.id,
required this.createdAt,
required this.emailAddress,
required this.status,
required this.requestId,
});