factory Service.fromJson(Map<String, dynamic> json) => Service( derivationPath: json['derivationPath'], curve: json['curve'], hashAlgo: json['hashAlgo'], );