fromJson static method

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

Implementation

static PasswordAuthConfig fromJson(Map<String, dynamic> json) =>
    _$PasswordAuthConfigFromJson(json);