SubjectQueryResult class

The object which contains the results of search in the subjects database

Available extensions
Annotations
  • @freezed

Constructors

SubjectQueryResult({required int total, @Default([]) List<String> subjects})
factory
SubjectQueryResult.fromJson(Map<String, dynamic> json)
Used to build the object from the response of the ISBNdb API
factory

Properties

copyWith → $SubjectQueryResultCopyWith<SubjectQueryResult>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool

Available on SubjectQueryResult, provided by the SubjectQueryResultX extension

Boolean which indicates if the search has results or not
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subjects List<String>
The list of the subjects matching the query
no setterinherited
total int
The number of results for this query
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited