df_safer_dart_annotations library
Annotations for the df_safer_dart_lints package.
Classes
- ExperimentalAnnotation1
-
The class that enables the
@experimental1
annotation. - ExperimentalAnnotation2
-
The class that enables the
@experimental2
annotation. - ExperimentalAnnotation3
-
The class that enables the
@experimental3
annotation. - MustAwaitAllFuturesAnnotation
-
The class that enables the
@mustAwaitAllFutures
annotation. - MustAwaitAllFuturesOrErrorAnnotation
-
The class that enables the
@mustAwaitAllFuturesOrError
annotation. - MustBeAnonymousAnnotation
-
The class that enables the
@mustBeAnonymous
annotation. - MustBeAnonymousOrErrorAnnotation
-
The class that enables the
@mustBeAnonymousOrError
annotation. - MustBeStrongRefAnnotation
-
The class that enables the
@MustBeStrongRef
annotation. - MustBeStrongRefOrErrorAnnotation
-
The class that enables the
@MustBeStrongRefOrError
annotation. - MustHandleReturnAnnotation
-
The class that enables the
@mustHandleReturn
annotation. - MustHandleReturnOrErrorAnnotation
-
The class that enables the
@mustHandleReturnOrError
annotation. - NoFuturesAllowedAnnotation
-
The class that enables the
@noFuturesAllowed
annotation. - NoFuturesAllowedOrErrorAnnotation
-
The class that enables the
@noFuturesAllowedOrError
annotation. - UnsafeAnnotation
-
The class that enables the
@unsafe
annotation. - UnsafeOrErrorAnnotation
-
The class that enables the
@unsafeOrError
annotation.
Constants
- experimental1 → const ExperimentalAnnotation1
- experimental2 → const ExperimentalAnnotation2
- experimental3 → const ExperimentalAnnotation3
- mustAwaitAllFutures → const MustAwaitAllFuturesAnnotation
- mustAwaitAllFuturesOrError → const MustAwaitAllFuturesOrErrorAnnotation
- mustBeAnonymous → const MustBeAnonymousAnnotation
- mustBeAnonymousOrError → const MustBeAnonymousOrErrorAnnotation
- mustBeStrongRef → const MustBeStrongRefAnnotation
- mustBeStrongRefOrError → const MustBeStrongRefOrErrorAnnotation
- mustHandleReturn → const MustHandleReturnAnnotation
- mustHandleReturnOrError → const MustHandleReturnAnnotation
- noFuturesAllowed → const NoFuturesAllowedAnnotation
- noFuturesAllowedOrError → const NoFuturesAllowedOrErrorAnnotation
- unsafe → const UnsafeAnnotation
- unsafeOrError → const UnsafeOrErrorAnnotation