toJson method

Map<String, dynamic> toJson()

Implementation

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