TGetPrivateKeyInput.fromJson constructor

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

Implementation

factory TGetPrivateKeyInput.fromJson(Map<String, dynamic> json) =>
    TGetPrivateKeyInput(
        body: TGetPrivateKeyBody.fromJson(
            json['body'] as Map<String, dynamic>));