importConfirmMessage property

  1. @override
String get importConfirmMessage
override

No description provided for @importConfirmMessage.

In en, this message translates to: 'This will delete all current entries and replace them with the backup. Continue?'

Implementation

@override
String get importConfirmMessage =>
    'This will delete all current entries and replace them with the backup. Continue?';