toJson method

Map<String, dynamic> toJson()

Implementation

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