StrapiQuery class

Constructors

StrapiQuery({Either<String, List<String>>? sort, Either<String, List<String>>? fields, Either<String, List<String>>? populate, StrapiQueryFilter? filters, String? publicationState, Either<String, List<String>>? locale, StrapiQueryPagination? pagination})

Properties

fields → Either<String, List<String>>?
final
filters StrapiQueryFilter?
final
hashCode int
The hash code for this object.
no setterinherited
locale → Either<String, List<String>>?
final
pagination StrapiQueryPagination?
final
populate → Either<String, List<String>>?
final
publicationState String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort → Either<String, List<String>>?
final

Methods

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

Operators

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