XboxLiveResponse class
- Annotations
-
- @JsonSerializable()
Constructors
- XboxLiveResponse.new({required String issueInstant, required String notAfter, required String token, required DisplayClaims displayClaims})
-
const
-
XboxLiveResponse.fromJson(Map<
String, dynamic> json) -
Converts a JSON map to a XboxLiveResponse.
factory
Properties
- displayClaims → DisplayClaims
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- issueInstant → String
-
final
- notAfter → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String
-
final
Methods
-
copyWith(
{String? issueInstant, String? notAfter, String? token, DisplayClaims? displayClaims}) → XboxLiveResponse -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this XboxLiveResponse to a JSON map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited