OnValue2<V1, V2> typedef

OnValue2<V1, V2> = void Function(V1 v1, V2 v2)

Implementation

typedef OnValue2<V1, V2> = void Function(V1 v1, V2 v2);