menu
glory_convention_lint package
documentation
helper/string_extention.dart
LintStringExt
isPathEnum method
isPathEnum method
dark_mode
light_mode
isPathEnum
method
bool
isPathEnum
(
)
Implementation
bool isPathEnum() { final regExp = RegExp('.*(/enums/|/enum/).*'); return regExp.hasMatch(this); }
glory_convention_lint package
documentation
helper/string_extention
LintStringExt
isPathEnum method
LintStringExt extension on
String