DwRecordedRead class
One read that left through the transport.
limit, offset and orderByList are null for a getOne and a
getCount, which have no such arguments.
Constructors
-
DwRecordedRead({required String operation, required String className, required DwBackendFilter? filter, List<
DwOrderBy> ? orderByList, int? limit, int? offset, required String? apiGroup}) -
const
Properties
- apiGroup → String?
-
final
- className → String
-
final
- filter → DwBackendFilter?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit → int?
-
final
- offset → int?
-
final
- operation → String
-
getOne,getAllorgetCount.final -
orderByList
→ List<
DwOrderBy> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited