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