menu
coastline package
documentation
structure/string_extra.dart
StringExtra
fileExists property
fileExists property
dark_mode
light_mode
fileExists
property
bool
get
fileExists
判断文件是否存在 >>>
Implementation
bool get fileExists { return File(this).existsSync(); }
coastline package
documentation
structure/string_extra
StringExtra
fileExists property
StringExtra extension on
String