Complete

data class Complete(val result: ConversionResult) : ConversionStep(source)

Represents the final, successful completion step of the icon conversion process.

This step indicates that the icon has been successfully converted from its source format to Kotlin code. It contains the complete conversion result including the generated code and all associated metadata from the original icon file.

Constructors

Link copied to clipboard
constructor(result: ConversionResult)

Properties

Link copied to clipboard

The successful conversion result containing the generated Kotlin code and original icon file metadata.