enableFallback property

  1. @JsonKey(name: 'enable_fallback')
bool enableFallback
final

Whether to fall back to the original link, if not, the link fails

Implementation

@JsonKey(name: 'enable_fallback')
final bool enableFallback;