fifth method

  1. @override
Union8<A, B, C, D, E, F, G, H> fifth(
  1. E fifth
)
override

Implementation

@override
Union8<A, B, C, D, E, F, G, H> fifth(E fifth) => Union8Fifth<A, B, C, D, E, F, G, H>(fifth);