MmSwitchAccountTypeRequest class
Constructors
- MmSwitchAccountTypeRequest({required String currentService, required String newService, String? email, String? password, String? mfaCode, String? ldapId})
- Returns a new MmSwitchAccountTypeRequest instance.
Properties
- currentService ↔ String
-
The service the user currently uses to login
getter/setter pair
- email ↔ String?
-
The email of the user
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- ldapId ↔ String?
-
The LDAP/AD id of the user
getter/setter pair
- mfaCode ↔ String?
-
The MFA code of the current service
getter/setter pair
- newService ↔ String
-
The service the user will use to login
getter/setter pair
- password ↔ String?
-
The password used with the current service
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromJson(
dynamic value) → MmSwitchAccountTypeRequest? -
Returns a new MmSwitchAccountTypeRequest instance and imports its values from
value
if it's a Map, null otherwise. -
listFromJson(
dynamic json, {bool growable = false}) → List< MmSwitchAccountTypeRequest> ? -
mapFromJson(
dynamic json) → Map< String, MmSwitchAccountTypeRequest> -
mapListFromJson(
dynamic json, {bool growable = false}) → Map< String, List< MmSwitchAccountTypeRequest> >
Constants
-
requiredKeys
→ const Set<
String> - The list of required keys that must be present in a JSON.