eighth method

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

Implementation

@override
Union9<A, B, C, D, E, F, G, H, I> eighth(H eighth) => Union9Eighth<A, B, C, D, E, F, G, H, I>(eighth);