password property

List<String> password

Password components as a list of Strings.

To obtain the password as a single String, use toString.

Implementation

List<String> get password => _password.toList(growable: false);