CallLogFilterParams class

Constructors

CallLogFilterParams()

Properties

direction String?
getter/setter pair
guid String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasRecordings bool
getter/setter pair
mode String?
getter/setter pair
page int
getter/setter pair
perPage int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
type String?
getter/setter pair
uid String?
getter/setter pair

Methods

getStatus() String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDirection(String direction) → void
setGuid(String guid) → void
setHasRecordings(bool hasRecordings) → void
setMode(String mode) → void
setPage(int page) → void
setPerPage(int perPage) → void
setStatus(String status) → void
setType(String type) → void
setUid(String uid) → void
toMap() Map<String, String>
toString() String
A string representation of this object.
inherited

Operators

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