copyWith method

BookletComponentLoaded copyWith({
  1. BookletModel? copyThis,
})

Implementation

BookletComponentLoaded copyWith({BookletModel? copyThis}) {
  return BookletComponentLoaded(value: copyThis ?? value);
}