CallLogFilterParams class

Constructors

CallLogFilterParams()

Properties

direction String?
read / write
guid String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
hasRecordings bool
read / write
mode String?
read / write
page int
read / write
perPage int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
status String?
read / write
type String?
read / write
uid String?
read / write

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