subjects property

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

List of the subjects of the book

Implementation

@JsonKey(readValue: _readBookAuthors) List<String?>? get authors;/// List of the subjects of the book
@JsonKey(readValue: _readBookSubjects) List<String>? get subjects;