getInt method

int? getInt(
  1. dynamic key
)

get int

Implementation

int? getInt(dynamic key) => getObject<int>(key);