NtiuspAPIConfig constructor

NtiuspAPIConfig({
  1. required String apiUrl,
  2. required String xTenantId,
  3. required String xForwardFor,
})

Implementation

NtiuspAPIConfig({required this.apiUrl, required this.xTenantId, required this.xForwardFor});