LfpStoreState constructor

LfpStoreState({
  1. String? matchingState,
  2. String? matchingStateHint,
  3. String? storeCode,
})

Implementation

LfpStoreState({this.matchingState, this.matchingStateHint, this.storeCode});