Context
data class Context(val nullable: Boolean = false, val path: List<String> = emptyList(), val changes: MutableSet<Meta.Change> = mutableSetOf())
Constructors
Link copied to clipboard
constructor(nullable: Boolean = false, path: List<String> = emptyList(), changes: MutableSet<Meta.Change> = mutableSetOf())