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