toIntsList method

List<int> toIntsList()

Implementation

List<int> toIntsList() => map((e) => int.parse(e)).toList();