version property

String? version

It contains a string that indicates the version of the library. This is a triple of integers "major.minor.patch", where patch is zero for releases, and something else (usually one) for dev snapshots.

Implementation

static String? get version => _cm!['version'];