UserAgent constructor

UserAgent(
  1. String? name,
  2. String? issue
)

Implementation

UserAgent(this.name, this.issue);