StatefulCell<T> constructor
StatefulCell<T> ({
- dynamic key,
Create a cell identified by key
.
Implementation
StatefulCell({key}) {
this.key = key ?? AutoKey.autoKey(this);
}
Create a cell identified by key
.
StatefulCell({key}) {
this.key = key ?? AutoKey.autoKey(this);
}