copyWith method

AppPolicyComponentLoaded copyWith({
  1. AppPolicyModel? copyThis,
})

Implementation

AppPolicyComponentLoaded copyWith({AppPolicyModel? copyThis}) {
  return AppPolicyComponentLoaded(value: copyThis ?? value);
}