copyWith method
Implementation
MonaStyleAttributesComponentLoaded copyWith(
{MonaStyleAttributesModel? copyThis}) {
return MonaStyleAttributesComponentLoaded(value: copyThis ?? value);
}
MonaStyleAttributesComponentLoaded copyWith(
{MonaStyleAttributesModel? copyThis}) {
return MonaStyleAttributesComponentLoaded(value: copyThis ?? value);
}