ontology_dart_sdk
crypto
KeyParameters
toJson method
toJson
KeyParameters class
Constructors
KeyParameters
fromCurve
fromCurveLabel
fromJson
Properties
curve
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
toJson method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => {'curve': curve.label};