StoreLayout.fromJson constructor

StoreLayout.fromJson(
  1. Map json_
)

Implementation

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