ProxyConfig_Custom constructor

const ProxyConfig_Custom({
  1. required String url,
})

Implementation

const factory ProxyConfig_Custom({required final String url}) =
    _$ProxyConfig_CustomImpl;