fragments property

List<Fragment<_FragmentImpl>> fragments

All the Fragment in the interface.

Implementation

List<Fragment> get fragments =>
    impl.fragments.cast<_FragmentImpl>().map((e) => Fragment._(e)).toList();