TGetAuthenticatorInput.fromJson constructor

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

Implementation

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