ProviderData constructor
ProviderData({})
Implementation
ProviderData({
required this.httpProviderId,
required this.name,
required this.url,
required this.loginUrl,
required this.responseSelections,
this.bodySniff,
});