Generating

data class Generating(val message: String) : ConversionStep(source)

Represents the code generation step in the icon conversion process.

This step occurs when the parsed and optimized icon data is being transformed into Kotlin code. During generation, the internal representation of the icon is converted into executable Kotlin code that can be used to render the icon programmatically.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

A descriptive message providing information about the current code generation operation.