KaiselEntrySnapshot constructor
const
KaiselEntrySnapshot({})
Create an entry snapshot.
Implementation
const KaiselEntrySnapshot({
required this.id,
required this.type,
required this.props,
required this.label,
this.absorbed = false,
});