store property

Map<String, dynamic> store

获取raw数据(除了测试应该没啥用)

Implementation

Map<String, dynamic> get store => UnmodifiableMapView(_store);