Subtype-specific JSON fields, merged into the tagged map.
@override Map<String, Object?> fieldsToJson() => { 'width': width.toJson(), 'height': height.toJson(), 'axis': axis, };