eighth method

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

Implementation

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