menu
one_of package
documentation
any_of.dart
AnyOf2<T0, T1>
types property
types property
dark_mode
light_mode
types
property
@
override
List
<
Type
>
get
types
override
all available types to choose from
Implementation
@override List<Type> get types => [T0, T1];
one_of package
documentation
any_of
AnyOf2<T0, T1>
types property
AnyOf2 class