examples property

  1. @override
List<String> get examples
override

Example invocations demonstrating how to use the command.

Returns an empty list by default.

Implementation

@override
List<String> get examples => const [
      'fkit l10n setup',
      'fkit l10n generate',
      'fkit l10n doctor',
    ];