copyWith method

Implementation

DecoratedContentComponentLoaded copyWith({DecoratedContentModel? copyThis}) {
  return DecoratedContentComponentLoaded(value: copyThis ?? value);
}