AnyOf1<T0> constructor

AnyOf1<T0>({
  1. required T0 value,
})

Implementation

AnyOf1({
  required this.value,
});