majorVersion property - ServiceProtocolInfo class - dart:developer library (original) (raw)

description

int majorVersion

final

The major version of the protocol. If the running Dart environment does not support the service protocol, this is 0.

Implementation

final int majorVersion = _getServiceMajorVersion();