getIntegerList method

List<int>? getIntegerList(
  1. String key
)

Implementation

List<int>? getIntegerList(String key) {
  return getIntList(key);
}