listen property

  1. @override
bool listen
override

Returns true if the value is monitored for update notification.

値を監視して更新通知を行う場合trueを返します。

Implementation

@override
bool get listen => true;