htmlWidth property

  1. @JsonKey.new(includeIfNull: false, name: 'html_width')
Int32Type? htmlWidth
final

The preferred width of sanitized oEmbed HTML

Implementation

@JsonKey(includeIfNull: false, name: 'html_width')
final Int32Type? htmlWidth;