ci: compile error

This commit is contained in:
nathan 2023-03-04 19:27:18 +08:00
parent 0b2dc415af
commit b417fb5fdf

View File

@ -118,7 +118,7 @@ class CellDataNotifier<T> extends ChangeNotifier<T> {
constructor(cellData: Option<T>) {
super();
this._cellData = Some(cellData);
this._cellData = cellData;
}
set cellData(data: Option<T>) {