PartialSession class
Constructors
- PartialSession({required String id, String? email, String? mobileE164, String? mobileIso2, String? mobileLocal})
-
const
-
PartialSession.fromJson(Map<
String, dynamic> json) -
factory
Properties
- email → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- mobileE164 → String?
-
final
- mobileIso2 → String?
-
final
- mobileLocal → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? id, String? email, String? mobileE164, String? mobileIso2, String? mobileLocal}) → PartialSession -
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