ListOfUserThemeResponse constructor
ListOfUserThemeResponse({})
Implementation
ListOfUserThemeResponse({
List<UserTheme>? 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,
);