reviews property

  1. @JsonKey.new(readValue: _readBookReviews)
List<String>? get reviews
inherited

Not documented in the official API

Implementation

@JsonKey(readValue: _readBookSubjects) List<String>? get subjects;/// Not documented in the official API
@JsonKey(readValue: _readBookReviews) List<String>? get reviews;