KeyParameters.fromJson constructor

KeyParameters.fromJson(Map<String, dynamic> json)

Implementation

KeyParameters.fromJson(Map<String, dynamic> json)
    : this.fromCurveLabel(json['curve']);