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