DashboardUserListRequest constructor

DashboardUserListRequest({
  1. String? secret,
  2. String? clientId,
  3. String? cursor,
})

Implementation

DashboardUserListRequest({
  this.secret,
  this.clientId,
  this.cursor,
});