availabilityDescription property

String get availabilityDescription

Lines listing the supported versions and the documentation page, for inclusion in validation error messages.

Implementation

String get availabilityDescription =>
    'Available Dart SDK versions: ${supportedVersions.join(', ')}.\n'
    'See: $documentationUrl';