allIDsAs<I> method

List<I> allIDsAs<I>()

Implementation

List<I> allIDsAs<I>() => map((e) => e.idAs<I>()).whereType<I>().toList();