ChangePasswordCapability constructor

ChangePasswordCapability({
  1. required bool enabled,
})

Implementation

ChangePasswordCapability({
  required this.enabled,
});