description property

String? description
final

Human-readable description of what this field represents

Used in error messages to provide context about the field's purpose. Example: "User email address" or "Product price in USD"

Implementation

final String? description;