LfpStoreState.fromJson constructor

LfpStoreState.fromJson(
  1. Map json_
)

Implementation

LfpStoreState.fromJson(core.Map json_)
  : this(
      matchingState: json_['matchingState'] as core.String?,
      matchingStateHint: json_['matchingStateHint'] as core.String?,
      storeCode: json_['storeCode'] as core.String?,
    );