StoreLayout.fromJson constructor
StoreLayout.fromJson(
- Map json_
Implementation
StoreLayout.fromJson(core.Map json_)
: this(
homepageId: json_['homepageId'] as core.String?,
storeLayoutType: json_['storeLayoutType'] as core.String?,
);