showLocalIndicator property
Whether to show 'ʟ' (small capital L) indicator for local time when isUtc is false If false (default), local time is displayed without suffix (e.g., "12:56") If true, local time is displayed with 'ʟ' suffix (e.g., "12:56 ʟ") UTC time always shows 'z' suffix regardless of this setting
Implementation
final bool showLocalIndicator;