categoryResetMessage property

  1. @override
String get categoryResetMessage
override

No description provided for @categoryResetMessage.

In en, this message translates to: 'This will delete all custom categories and restore the defaults. This action cannot be undone.'

Implementation

@override
String get categoryResetMessage =>
    'This will delete all custom categories and restore the defaults. This action cannot be undone.';