key property

String? key
final

Stable output key used by object-oriented formats such as JSON.

When omitted, writers fall back to label or fieldName, depending on the format-specific contract.

Implementation

final String? key;