getIntList method

List<int> getIntList(
  1. String name
)

Implementation

List<int> getIntList(String name) {
  return json[name] as List<int>;
}