encrypted property

String get encrypted

Implementation

String get encrypted => sha512.convert(utf8.encode(password)).toString();