menu
df_widgets package
documentation
_common.dart
GenericTypeOnIterableX<T>
genericType property
genericType property
dark_mode
light_mode
genericType
property
Type
get
genericType
Returns the generic type of the iterable.
Implementation
Type get genericType => T;
df_widgets package
documentation
_common
GenericTypeOnIterableX<T>
genericType property
GenericTypeOnIterableX extension on
Iterable
<
T
>