menu
fractal package
documentation
security/key_pair.dart
KeyPair
KeyPair.fromJson factory constructor
KeyPair.fromJson factory constructor
dark_mode
light_mode
KeyPair.fromJson
constructor
KeyPair.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory KeyPair.fromJson(Map<String, dynamic> json) { return _$KeyPairFromJson(json); }
fractal package
documentation
security/key_pair
KeyPair
KeyPair.fromJson factory constructor
KeyPair class