ProviderV2 constructor
ProviderV2({
- required String id,
- required String httpProviderId,
- required String name,
- required String logoUrl,
- required String url,
- String? method,
- required String loginUrl,
- required List<
ResponseSelection> responseSelections, - String? customInjection,
- required String urlType,
- required String proofCardTitle,
- required String proofCardText,
- BodySniff? bodySniff,
- Map<
String, String?> ? userAgent, - String? geoLocation,
- String? matchType,
- required String injectionType,
- required bool disableRequestReplay,
Implementation
ProviderV2({
required this.id,
required this.httpProviderId,
required this.name,
required this.logoUrl,
required this.url,
this.method,
required this.loginUrl,
required this.responseSelections,
this.customInjection,
required this.urlType,
required this.proofCardTitle,
required this.proofCardText,
this.bodySniff,
this.userAgent,
this.geoLocation,
this.matchType,
required this.injectionType,
required this.disableRequestReplay,
});