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