menu
df_config package
documentation
_common.dart
GenericTypeOnIterableExt<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_config package
documentation
_common
GenericTypeOnIterableExt<T>
genericType property
GenericTypeOnIterableExt extension on
Iterable
<
T
>