copyWith property

SwampConfigCopyWith<SwampConfig, SwampConfig, SwampConfig> get copyWith

Implementation

SwampConfigCopyWith<SwampConfig, SwampConfig, SwampConfig> get copyWith =>
    _SwampConfigCopyWithImpl<SwampConfig, SwampConfig>(
      this as SwampConfig,
      $identity,
      $identity,
    );