menu
xyz_config package
documentation
_common.dart
GenericTypeOnIterableExtension<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;
xyz_config package
documentation
_common
GenericTypeOnIterableExtension<T>
genericType property
GenericTypeOnIterableExtension extension on
Iterable
<
T
>