PubKeyCredParamType constructor

PubKeyCredParamType({
  1. required String type,
  2. required int alg,
})

Constructs a new instance.

Implementation

PubKeyCredParamType({
  required this.type,
  required this.alg,
});