AccountCurrencyFilter class

Inheritance

Constructors

AccountCurrencyFilter({InWhere<int>? branchIds, InWhere<int>? accountIds, InWhere<int>? currencyIds, NumberRangeWhere<double>? price, DateTimeRangeWhere? createAt, InWhere<int>? userIds})
const

Properties

accountIds InWhere<int>?
final
branchIds InWhere<int>?
final
createAt DateTimeRangeWhere?
final
currencyIds InWhere<int>?
final
hashCode int
The hash code for this object.
no setterinherited
price NumberRangeWhere<double>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userIds InWhere<int>?
final

Methods

check(AccountCurrencyModel element) bool
override
copyWith({InWhere<int>? branchIds, InWhere<int>? accountIds, InWhere<int>? currencyIds, InWhere<int>? measureUnitIds, InWhere<int>? userIds, NumberRangeWhere<double>? price, DateTimeRangeWhere? createAt}) AccountCurrencyFilter
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