description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description = 'Generates an immutable Domain Model using Freezed. Enforces strict type safety and provides built-in JSON serialization support.';