PubKeyCredParam constructor

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

Implementation

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