message property

  1. @override
String message
override

Error message.

Implementation

@override
String get message => 'Could not encrypt/decrypt the database. Make sure '
    'that the encryption key is correct and that the database is not '
    'corrupted.';