gifAutoPlay property

  1. @JsonKey.new(includeIfNull: false, name: 'gif_auto_play')
bool? gifAutoPlay
final

Auto-play GIFs

Implementation

@JsonKey(includeIfNull: false, name: 'gif_auto_play')
final bool? gifAutoPlay;