CodegenFile

data class CodegenFile(val filepath: String, val source: String)

This class represents a file generated by a Generator.

Constructors

Link copied to clipboard
constructor(filepath: String, source: String)

Properties

Link copied to clipboard
Link copied to clipboard