menu
hypen package
documentation
hypen.dart
SaveActionEffect3<A, B, C>
onRun property
onRun property
dark_mode
light_mode
onRun
property
void Function
(
SaveObserver
$
,
A
a
,
B
b
,
C
c
)
onRun
final
A user defined effect.
Implementation
final void Function(SaveObserver $, A a, B b, C c) onRun;
hypen package
documentation
hypen
SaveActionEffect3<A, B, C>
onRun property
SaveActionEffect3 class