copyWith method

ModuleCorrectionEnabled$Response copyWith({
  1. Object? moduleCorrectionEnabled,
})

Implementation

ModuleCorrectionEnabled$Response copyWith({Object? moduleCorrectionEnabled}) {
  return ModuleCorrectionEnabled$Response(
      moduleCorrectionEnabled:
          moduleCorrectionEnabled ?? this.moduleCorrectionEnabled);
}