menu
dartbook package
documentation
models/book.dart
Book
filePath method
filePath method
dark_mode
light_mode
filePath
method
String
filePath
(
String
path
)
path relative to project root
Implementation
String filePath(String path) => p.join(langPath, path);
dartbook package
documentation
models/book
Book
filePath method
Book class