ConversionResult

data class ConversionResult(val kotlinCode: String, val iconFileContents: IconFileContents)(source)

Represents the result of converting an icon file to Kotlin code.

This class encapsulates both the generated Kotlin source code and the original icon file contents, providing convenient access to commonly used properties from the icon metadata.

Constructors

Link copied to clipboard
constructor(kotlinCode: String, iconFileContents: IconFileContents)

Properties

Link copied to clipboard
Link copied to clipboard

The original icon file contents and metadata.

Link copied to clipboard

The generated Kotlin source code representing the icon.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard