toInts method

List<int> toInts()

Implementation

List<int> toInts() => mapToList((e) => e.toInt());