Returns a note to prompt the user with, if applicable (e.g., version constraints).
@override String? get promptNote { if (sinceSDK != null) { return 'SDK $sinceSDK+'; } return null; }