hasVmService property

Future<bool> get hasVmService

Implementation

Future<bool> get hasVmService async => (await _getVmService()) != null;