BookLanguage constructor

BookLanguage(
  1. String title,
  2. String path
)

Implementation

factory BookLanguage(String title, String path) =>
    BookLanguage._(title, path, p.basename(path));