fallbackText property

  1. @JsonKey.new(name: 'fallback_text')
String? get fallbackText
inherited

Fallback text for accessibility or error states

Implementation

List<RichComponent> get components;/// Fallback text for accessibility or error states
@JsonKey(name: 'fallback_text') String? get fallbackText;