frequency property

int frequency

Radio frequency of this access point in MHz.

Implementation

int get frequency =>
    _object.getUint32Property(_accessPointInterfaceName, 'Frequency') ?? 0;