TStoreChanges constructor
const
TStoreChanges({
- required TStoreChangeType type,
- dynamic value,
- String? key,
Implementation
const TStoreChanges({
required this.type,
this.value,
this.key,
});