ContextParams constructor

ContextParams({
  1. Map<String, String>? params,
})

Implementation

ContextParams({
  this.params,
});