annotations library

Annotations for use with saropa_lints rules.

Import this library to annotate your code with hints that saropa_lints rules will recognize, reducing false positives without suppressing the entire rule.

import 'package:saropa_lints/annotations.dart';

Classes

CachedFuture
Annotation class backing cachedFuture. Do not instantiate directly; use the cachedFuture constant instead.

Constants

cachedFuture → const CachedFuture
Marks a method as a cache-method that returns a stored Future rather than creating a new one on each call.