UserTwoFactorConfiguration.fromJson constructor

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

Implementation

factory UserTwoFactorConfiguration.fromJson(Map<String, dynamic> json) =>
    _$UserTwoFactorConfigurationFromJson(json);