InvalidParamsException constructor

InvalidParamsException({
  1. String? message = "",
})

Implementation

InvalidParamsException({this.message = ""});