store property

T? store

Reference to the current instance of Store

Implementation

T? get store => VxState.store as T?;