AppConfig class
Constructors
-
AppConfig({required String termsUrl, required String privacyUrl, required List<
RegistrationStep> registrationSteps, required List<AuthMethod> authMethods}) -
const
-
AppConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
authMethods
→ List<
AuthMethod> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- privacyUrl → String
-
final
-
registrationSteps
→ List<
RegistrationStep> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- termsUrl → String
-
final
Methods
-
copyWith(
{String? termsUrl, String? privacyUrl, List< RegistrationStep> ? registrationSteps, List<AuthMethod> ? authMethods}) → AppConfig -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited