PluginDeclaration

data class PluginDeclaration(var dependency: String? = null, var repository: String? = null, var snapshot: Boolean = false)

Constructors

Link copied to clipboard
constructor(dependency: String? = null, repository: String? = null, snapshot: Boolean = false)

Properties

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