dartChannel top-level property
String
get
dartChannel
Current dart platform channel
Implementation
String get dartChannel =>
_dartChannel ??= parsePlatformChannel(Platform.version);
Current dart platform channel
String get dartChannel =>
_dartChannel ??= parsePlatformChannel(Platform.version);