NicePasswordRule constructor

const NicePasswordRule({
  1. required String label,
  2. required bool test(
    1. String password
    ),
})

Implementation

const NicePasswordRule({required this.label, required this.test});