menu
xyz_pod package
documentation
xyz_pod.dart
Pods6<A, B, C, D, E, F>
pods property
pods property
dark_mode
light_mode
pods
property
Iterable
<
Pod
?
>
get
pods
Implementation
Iterable<Pod<dynamic>?> get pods => [pA, pB, pC, pD, pE];
xyz_pod package
documentation
xyz_pod
Pods6<A, B, C, D, E, F>
pods property
Pods6 class