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