unboxedElementAt<T> method

T? unboxedElementAt<T>(
  1. dynamic accessor
)

Implementation

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