getIntArray method

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

Implementation

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