Result

class Result(val libraries: List<Library>, val licenses: List<License>)

Constructors

Link copied to clipboard
fun Result(libraries: List<Library>, licenses: List<License>)

Functions

Link copied to clipboard
operator fun component1(): List<Library>
Link copied to clipboard
operator fun component2(): List<License>

Properties

Link copied to clipboard
Link copied to clipboard