APIHeader class

API Header Configuration Maps property names to actual header values used in HTTP requests

Constructors

APIHeader()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

appplatform → const String
appversion → const String
authorization → const String
checkoutAccessToken → const String
gkAccessToken → const String
gkMerchantId → const String
gkRequestId → const String
kpIntegrationType → const String
kpMerchantId → const String
kpRequestId → const String
kpSdkPlatform → const String
kpSdkVersion → const String
source → const String
token → const String
values → const Map<String, String>