dartChannel top-level property

String dartChannel

Current dart platform channel

Implementation

String get dartChannel =>
    _dartChannel ??= parsePlatformChannel(Platform.version);