Union5B<A, B, C, D, E> constructor

const Union5B<A, B, C, D, E>(
  1. B b
)

Implementation

const Union5B(this.b);