Signature.parse constructor
Signature.parse(
- Map json
Implementation
factory Signature.parse(Map json) => Signature._(
Uri.parse(json["algorithm"]), json["certificate"], json["value"]);
factory Signature.parse(Map json) => Signature._(
Uri.parse(json["algorithm"]), json["certificate"], json["value"]);