paramInt method

int? paramInt(
  1. String key
)

Gets path parameter as int.

Implementation

int? paramInt(String key) => paramTyped<int>(key);