TInitOtpAuthInput.fromJson constructor

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

Implementation

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