CognitoUserPoolConfig.fromJson constructor

CognitoUserPoolConfig.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory CognitoUserPoolConfig.fromJson(Map<String, Object?> json) =>
    _$CognitoUserPoolConfigFromJson(json);