properties property

Map<String, dynamic>? properties

Return a map of properties that can be used to generate the user agent string.

Implementation

static Map<String, dynamic>? get properties {
  return _properties;
}