majorVersion property Null safety

int majorVersion
@Since('2.9')

On breaking changes the major version is increased.

The versioning covers the API surface in dart_api_dl.h.

Implementation

@Since('2.9')
external static int get majorVersion;