FetchAuthSchemaResponse constructor
FetchAuthSchemaResponse({
- List<
AuthSchema> ? authSchemas, - JsonAuthSchema? jsonSchema,
Implementation
FetchAuthSchemaResponse({
this.authSchemas,
this.jsonSchema,
});