examples property
Example invocations demonstrating how to use the command.
Returns an empty list by default.
Implementation
@override
List<String> get examples => const [
'fkit make dto auth Login',
'fkit make entity auth Login',
'fkit make mapper auth Login',
'fkit make usecase auth Login',
'fkit make bloc auth',
'fkit make repository auth',
'fkit make screen auth',
];