description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description =
    'Generates a routeable view ecosystem in lib/presentation/<name>. Enforces strict View-Isolation and Notifier-based logic.';