fromJson static method

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

Implementation

static OTPConfig fromJson(Map<String, dynamic> json) =>
    _$OTPConfigFromJson(json);