unboxedElementAt<T> method
T?
unboxedElementAt<T>(
- dynamic accessor
Implementation
T? unboxedElementAt<T>(dynamic accessor) => elementAt(accessor)?.unbox();
T? unboxedElementAt<T>(dynamic accessor) => elementAt(accessor)?.unbox();