menu
github_flutter
github.dart
CheckRunAnnotationLevel
operator >= method
operator >=
dark_mode
light_mode
operator >=
method
bool
operator >=
(
CheckRunAnnotationLevel
other
)
Implementation
bool operator >=(CheckRunAnnotationLevel other) => !(this < other);
github_flutter
github
CheckRunAnnotationLevel
operator >= method
CheckRunAnnotationLevel class