ProviderV2 class
Constructors
-
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}) -
ProviderV2.fromJson(Map<
String, dynamic> map) -
factory
Properties
- bodySniff → BodySniff?
-
final
- customInjection → String?
-
final
- disableRequestReplay → bool
-
final
- geoLocation → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpProviderId → String
-
final
- id → String
-
final
- injectionType → String
-
final
- loginUrl → String
-
final
- logoUrl → String
-
final
- matchType → String?
-
final
- method → String?
-
final
- name → String
-
final
- proofCardText → String
-
final
- proofCardTitle → String
-
final
-
responseSelections
→ List<
ResponseSelection> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
final
- urlType → String
-
final
-
userAgent
→ Map<
String, String?> ? -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited