Parts

data class Parts(val numericCode: Int?, val optionalCodes: List<Int>?, val identifier: Char)

Constructors

Link copied to clipboard
constructor(numericCode: Int?, optionalCodes: List<Int>?, identifier: Char)

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String