core.Map<core.String, core.dynamic> toJson() { final homepageId = this.homepageId; final storeLayoutType = this.storeLayoutType; return {'homepageId': ?homepageId, 'storeLayoutType': ?storeLayoutType}; }