ScopedValueContainer constructor

ScopedValueContainer()

Container object for storing ScopedValue.

It is usually called via ScopedValueListener.

A database of ScopedValue is maintained internally, and the corresponding ScopedValueState can be read and edited by getScopedValueState.

It inherits from ChangeNotifier and can monitor changes in its contents.

The contents cannot be changed directly, but can be viewed at data.

ScopedValueを保存するためのコンテナオブジェクト。

通常はScopedValueListenerを介して呼び出されます。

内部にScopedValueのデータベースを保持しており、getScopedValueStateScopedValueに対応するScopedValueStateを読込み編集を加えることが可能です。

ChangeNotifierを継承しており、中身の変更を監視できます。

中身は直接変更することができませんがdataで中身を確認することが可能です。

Implementation

ScopedValueContainer();