description property
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;
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"
final String? description;