menu
one_of package
documentation
any_of.dart
AnyOf3<T0, T1, T2>
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, T2];
one_of package
documentation
any_of
AnyOf3<T0, T1, T2>
types property
AnyOf3 class