copyWith method
Implementation
DocumentComponentLoaded copyWith({DocumentModel? copyThis}) {
return DocumentComponentLoaded(value: copyThis ?? value);
}
DocumentComponentLoaded copyWith({DocumentModel? copyThis}) {
return DocumentComponentLoaded(value: copyThis ?? value);
}