toString method

  1. @override
String toString()
override

Get book pretty title.

Implementation

@override
String toString() => title.toString();