copyWith method

Implementation

PresentationComponentLoaded copyWith({PresentationModel? copyThis}) {
  return PresentationComponentLoaded(value: copyThis ?? value);
}