data property

It is possible to check the contents of ScopedValueContainer.

ScopedValueContainerの中身を確認することが可能です。

Implementation

Map<String, ScopedValueState> get data {
  return Map.from(_data);
}