toListInt method

List<int> toListInt()

Implementation

List<int> toListInt() => toDart.map((e) => e.toDartInt).toList();