getInt abstract method

int? getInt(
  1. String key, {
  2. int? defValue,
})

Implementation

int? getInt(String key, {int? defValue});