fromJson static method

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

Implementation

static AuthMethodOTP fromJson(Map<String, dynamic> json) =>
    _$AuthMethodOTPFromJson(json);