AutobotConfigCopyWith<$R> constructor

AutobotConfigCopyWith<$R>(
  1. AutobotConfig value,
  2. Then<AutobotConfig, $R> then
)

Implementation

factory AutobotConfigCopyWith(AutobotConfig value, Then<AutobotConfig, $R> then) = _AutobotConfigCopyWithImpl<$R>;