MonitorMessageNotifier<T> class

@date 2020/12/17 describe:消息通知变更,需要通知所调用的页面进行数据刷新

Constructors

MonitorMessageNotifier()

Properties

hashCode int
The hash code for this object.
no setterinherited
message List<T>?
no setter
notifier ValueNotifier<List<T>>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(T message, {bool limit = true}) → void
clear() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

MAX_COUNT → const int