toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (matchingState != null) 'matchingState': matchingState!,
if (matchingStateHint != null) 'matchingStateHint': matchingStateHint!,
if (storeCode != null) 'storeCode': storeCode!,
};