4 lines
71 B
Dart
4 lines
71 B
Dart
|
library change_detection.facade;
|
||
|
|
||
|
typedef SetterFn(Object obj, value);
|