DashboardUserGetResponse constructor

DashboardUserGetResponse({
  1. required String id,
  2. required String createdAt,
  3. required String emailAddress,
  4. required DashboardUserStatus status,
  5. required String requestId,
})

Implementation

DashboardUserGetResponse({
  required this.id,
  required this.createdAt,
  required this.emailAddress,
  required this.status,
  required this.requestId,
});