toJson method

Map<String, dynamic> toJson()

toJson creates a json representative of this class

Implementation

Map<String, dynamic> toJson() {
  return _$OLBookToJson(this);
}