UserAgent constructor

UserAgent(
  1. String value
)

Implementation

UserAgent(this.value) : _lowerValue = value.toLowerCase();