menu
git_dependency_prs package
documentation
lint.dart
GdpLint
fromCode static method
fromCode static method
dark_mode
light_mode
fromCode
static method
GdpLint
?
fromCode
(
String
code
)
Get a lint from its code
Implementation
static GdpLint? fromCode(String code) => _codeMap[code];
git_dependency_prs package
documentation
lint
GdpLint
fromCode static method
GdpLint enum