APIContext constructor
APIContext({})
Constructor with optional pre-populated variables
Implementation
APIContext({
this.apiKey = '',
this.publicKey = '',
this.ssl = false,
this.methodType = APIMethodType.GET,
this.address = '',
this.port = 80,
this.path = '',
required this.headers,
required this.parameters,
});