SnapshotChangeList

@Serializable
value class SnapshotChangeList(val changes: List<Change>)

A set of Changes for creating a view hierarchy from scratch. Intended for use in tests, debugging, and development tools.

Constructors

Link copied to clipboard
constructor(changes: List<Change>)

Properties

Link copied to clipboard