DestinyLinkedProfilesResponseResponse class

I know what you seek. You seek linked accounts. Found them, you have. This contract returns a minimal amount of data about Destiny Accounts that are linked through your Bungie.Net account. We will not return accounts in this response whose

Inheritance
Annotations
  • @JsonSerializable()

Constructors

DestinyLinkedProfilesResponseResponse({DestinyLinkedProfilesResponse? response, PlatformErrorCodes? errorCode, int? throttleSeconds, String? errorStatus, String? message, Map<String, String>? messageData, String? detailedErrorTrace})
DestinyLinkedProfilesResponseResponse.fromJson(Map<String, dynamic> json)
factory

Properties

detailedErrorTrace String?
getter/setter pairinherited
errorCode PlatformErrorCodes?
getter/setter pairinherited
errorStatus String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
message String?
getter/setter pairinherited
messageData Map<String, String>?
getter/setter pairinherited
response DestinyLinkedProfilesResponse?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throttleSeconds int?
getter/setter pairinherited

Methods

asyncToJson() Future<Map<String, dynamic>>
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited