getIntValues abstract method

List<int> getIntValues({
  1. required String key,
})

Returns the int value list linked to the key, otherwise empty list.

Implementation

List<int> getIntValues({required String key});