getIntValues abstract method

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

Returns the int value list associated with the key, otherwise empty list.

Implementation

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