union top-level property

dynamic union
final

Implementation

final union =
    VarargsFunction((arguments) => uniq(flatten(arguments))) as dynamic;