copyWith method

Implementation

PolicyPresentationComponentLoaded copyWith(
    {PolicyPresentationModel? copyThis}) {
  return PolicyPresentationComponentLoaded(value: copyThis ?? value);
}