paramInt method

int? paramInt(
  1. String key
)

Gets path parameter as int

Implementation

int? paramInt(String key) => _params.paramInt(key);