AdministratorWebTokenSpecPlaySearch constructor

AdministratorWebTokenSpecPlaySearch({
  1. bool? approveApps,
  2. bool? enabled,
})

Implementation

AdministratorWebTokenSpecPlaySearch({
  this.approveApps,
  this.enabled,
});