StrapiRequest class

Constructors

StrapiRequest({List<String>? fields, List<String>? populate, bool? withCount, int? pageSize, int? page, List<String>? sort})
const

Properties

fields List<String>?
final
hashCode int
The hash code for this object.
no setteroverride
page int?
final
pageSize int?
final
populate List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort List<String>?
final
withCount bool?
final

Methods

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

Operators

operator ==(covariant StrapiRequest other) bool
The equality operator.
override