ReceiptDetailFilter class
- Inheritance
-
- Object
- TableFilter<
ReceiptDetailModel> - ReceiptDetailFilter
Constructors
Properties
-
accountIds
→ InWhere<
int> ? -
final
-
branchIds
→ InWhere<
int> ? -
final
-
currencyIds
→ InWhere<
int> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
price
→ NumberRangeWhere<
double> ? -
final
-
receiptIds
→ InWhere<
int> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → LikeWhere?
-
final
-
typeIds
→ InWhere<
int> ? -
final
-
userIds
→ InWhere<
int> ? -
final
Methods
-
check(
ReceiptDetailModel element) → bool -
override
-
copyWith(
{InWhere< int> ? branchIds, InWhere<int> ? accountIds, InWhere<int> ? receiptIds, InWhere<int> ? typeIds, InWhere<int> ? currencyIds, InWhere<int> ? measureUnitIds, InWhere<int> ? userIds, NumberRangeWhere<double> ? price, LikeWhere? text}) → ReceiptDetailFilter -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited