v1InitImportPrivateKeyIntent.fromJson constructor
Implementation
factory v1InitImportPrivateKeyIntent.fromJson(Map<String, dynamic> json) {
final _userId = json['userId'] as String;
return v1InitImportPrivateKeyIntent(
userId: _userId,
);
}