getProperty static method

dynamic getProperty(
  1. String property
)

Fetch a property that can be used to build your own user agent string.

Implementation

static dynamic getProperty(String property) {
  return _properties![property];
}