toListOfInt method

List<int> toListOfInt()

Implementation

List<int> toListOfInt() =>
    toDart.map((e) => e.dartify()).whereType<int>().toList();