VLoggerStore class

Constructors

VLoggerStore()

Properties

context → ReactiveContext
Override this method to use a custom context.
no setterinherited
filter String
getter/setter pairinherited
filteredLogs → ObservableList<VLog>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isCopying bool
getter/setter pairinherited
isDebug bool
getter/setter pairinherited
isEnabled bool
getter/setter pairinherited
isError bool
getter/setter pairinherited
isInfo bool
getter/setter pairinherited
logs ↔ ObservableList<VLog>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBottomIndicator bool
getter/setter pairinherited
showTopIndicator bool
getter/setter pairinherited

Methods

atTop(bool isAtTop) → dynamic
inherited
copyErrors() → dynamic
inherited
copyRequests() → dynamic
inherited
copyResponses() → dynamic
inherited
debug({String? title, String? message}) → dynamic
inherited
error({String? title, String? message}) → dynamic
inherited
info({String? title, String? message}) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → dynamic
inherited
toggle() → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

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