ClanBannerSourceResponse constructor
ClanBannerSourceResponse({
- ClanBannerSource? response,
- PlatformErrorCodes? errorCode,
- int? throttleSeconds,
- String? errorStatus,
- String? message,
- Map<
String, String> ? messageData, - String? detailedErrorTrace,
Implementation
ClanBannerSourceResponse({
ClanBannerSource? 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,
);