menu
auth_management package
documentation
core.dart
StringHelper
isUrl property
isUrl property
dark_mode
light_mode
isUrl
property
bool
get
isUrl
Implementation
bool get isUrl => this != null && this!.startsWith("https://");
auth_management package
documentation
core
StringHelper
isUrl property
StringHelper extension on
String
?