BungieNetResponse<T> constructor
BungieNetResponse<T> ({})
Implementation
BungieNetResponse({
this.response,
this.errorCode,
this.throttleSeconds,
this.errorStatus,
this.message,
this.messageData,
this.detailedErrorTrace,
});