copyWith property

Implementation

AppConfigCopyWith<AppConfig, AppConfig, AppConfig> get copyWith =>
    _AppConfigCopyWithImpl(this as AppConfig, $identity, $identity);