altText property
Optional. Text displayed near the barcode. For example, a human-readable version of the barcode data in case the barcode doesn’t scan.
Implementation
@JsonKey(name: 'altText')
final String? altText;
Optional. Text displayed near the barcode. For example, a human-readable version of the barcode data in case the barcode doesn’t scan.
@JsonKey(name: 'altText')
final String? altText;