rounds property
int?
get
rounds
Number of rounds or null.
Null means the default number of rounds. When this is null, the number of rounds is not explicitly included in the crypt formatted string, but its value is implied by the type.
Implementation
int? get rounds => _rounds;