Credential constructor

Credential({
  1. String? meth,
  2. String? val,
  3. String? resp,
  4. Map<String, dynamic>? params,
  5. bool? done,
})

Implementation

Credential({this.meth, this.val, this.resp, this.params, this.done});