integer method

int? integer(
  1. String key
)

Implementation

int? integer(String key) {
  return int.tryParse(_all[key].toString());
}