LogQuery class

Constructors

LogQuery({DateTime? dateFrom, DateTime? dateTo, int? durationFrom, int? durationTo, String? name, String? number, int? limit, bool? isOutgoing})
const

Properties

dateFrom DateTime?
final
dateTo DateTime?
final
durationFrom int?
final
durationTo int?
final
hashCode int
The hash code for this object.
no setteroverride
isOutgoing bool?
final
limit int?
final
name String?
final
number String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({DateTime? dateFrom, DateTime? dateTo, int? durationFrom, int? durationTo, String? name, String? number, int? limit, bool? isOutgoing}) LogQuery
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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