params property

Map<String, Object?> params
final

A table mapping the names of request parameters to their values.

Implementation

final Map<String, Object?> params;