CrowdStrikeAgent constructor

CrowdStrikeAgent({
  1. String? agentId,
  2. String? customerId,
})

Implementation

CrowdStrikeAgent({
  this.agentId,
  this.customerId,
});