Store_ constructor
Store_({
- String? storeName,
Implementation
factory Store_({
$core.String? storeName,
}) {
final $result = create();
if (storeName != null) {
$result.storeName = storeName;
}
return $result;
}