AspectRatio constructor
- @JsonSerializable.new(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory AspectRatio({
@Default('app.bsky.embed.defs#aspectRatio') String $type,
required int width,
required int height,
Map<String, dynamic>? $unknown,
}) = _AspectRatio;