ontology_dart_sdk
crypto
KeyParameters
KeyParameters.fromJson constructor
KeyParameters.fromJson
KeyParameters class
Constructors
KeyParameters
fromCurve
fromCurveLabel
fromJson
Properties
curve
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
KeyParameters.fromJson constructor
KeyParameters.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
KeyParameters.fromJson(Map<String, dynamic> json) : this.fromCurveLabel(json['curve']);