passphrase property
The secure passphrase to protect the shared key. Must consist of: * At least 12 characters. * At least 1 uppercase letter: [A-Z]. * At least 1 lowercase letter: [a-z]. * At least 1 digit: [0-9]. * At least 1 special character. Limited to the following: ~, !, @, #, $, %, ^, &, *, (, ), _, +, =, }, {, ], [, ;, :, ?, ., ,, >, <.
Implementation
@BuiltValueField(wireName: r'passphrase')
String? get passphrase;