param method

  1. @override
String? param(
  1. String name
)
override

Implementation

@override
String? param(String name) => request.param(name);