PasswordOptions constructor

const PasswordOptions({
  1. required String password,
})

Constructor

Implementation

const PasswordOptions({required this.password});