init static method

BookTool init()

Implementation

static BookTool init() {
  var bookTool = BookTool._();
  return bookTool;
}