store property
T?
get
store
Reference to the current instance of Store
Implementation
T? get store => VxState.store as T?;
Reference to the current instance of Store
T? get store => VxState.store as T?;