DictionaryOfuint32AndDestinyPublicMilestoneResponse constructor
DictionaryOfuint32AndDestinyPublicMilestoneResponse({})
Implementation
DictionaryOfuint32AndDestinyPublicMilestoneResponse({
Map<String, DestinyPublicMilestone>? response,
PlatformErrorCodes? errorCode,
int? throttleSeconds,
String? errorStatus,
String? message,
Map<String, String>? messageData,
String? detailedErrorTrace,
}):super(
response:response,
errorCode:errorCode,
throttleSeconds:throttleSeconds,
errorStatus:errorStatus,
message:message,
messageData:messageData,
detailedErrorTrace:detailedErrorTrace,
);