services property

the discovered services

Implementation

List<BluetoothService> get services => _response.services.map((p) => BluetoothService.fromProto(p)).toList();