menu
dartbook package
documentation
models/book.dart
Book
fileFsPath method
fileFsPath method
dark_mode
light_mode
fileFsPath
method
String
fileFsPath
(
String
path
)
Implementation
String fileFsPath(String path) => p.join(bookPath, path);
dartbook package
documentation
models/book
Book
fileFsPath method
Book class