authors property

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

List of the authors of the book

Implementation

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