orElse property
void Function(T value, A arg)?
orElse
final
Runs if others are not defined.
Implementation
final void Function(T value, A arg)? orElse;
Runs if others are not defined.
final void Function(T value, A arg)? orElse;