subjects property

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

The list of the subjects matching the query

Implementation

int get total;/// The list of the subjects matching the query
@JsonKey(readValue: _readSubjectNames) List<String> get subjects;