AgentSegment constructor

const AgentSegment({
  1. required String value,
  2. String? version,
})

Constructs an AgentSegment instance.

Implementation

const AgentSegment({
  required this.value,
  this.version,
});