KeychainDeriveKeypairRequest.fromJson constructor

KeychainDeriveKeypairRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory KeychainDeriveKeypairRequest.fromJson(Map<String, dynamic> json) =>
    _$KeychainDeriveKeypairRequestFromJson(json);