LayerChange

data class LayerChange(val before: String? = null, val after: String? = null)(source)

A module's move between declared layers. null means it belonged to no layer at that point.

Constructors

Link copied to clipboard
constructor(before: String? = null, after: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard