SerdeType.unionType constructor

const SerdeType.unionType(
  1. Set<SerdeType> variants
)

Implementation

const factory SerdeType.unionType(
  Set<SerdeType> variants,
) = SerdeTypeUnionType._;