version property
The Dart SDK version required for the annotated element to be processed.
Can be a single version (e.g., '3.1.0') or interpreted by the condition class to match a range.
Implementation
final String version;
The Dart SDK version required for the annotated element to be processed.
Can be a single version (e.g., '3.1.0') or interpreted by the condition class to match a range.
final String version;