getInteger method - Metadata class - core library - Dart API
getInteger
getInteger abstract method
- String key
Obtains an Integer value associated with a given key.
keyThe name of the key for which to obtain the value.
Returns int?. The value associated with the key.
Implementation
int? getInteger(String key);