SerializableDecoder2<T, V> typedef

SerializableDecoder2<T, V> = T Function<A, B>(V, A (Object?), B (Object?))

Implementation

typedef SerializableDecoder2<T, V> = T Function<A, B>(
    V, A Function(Object?), B Function(Object?));