LayoutReference.fromJson constructor

LayoutReference.fromJson(
  1. Map json_
)

Implementation

LayoutReference.fromJson(core.Map json_)
  : this(
      layoutId: json_['layoutId'] as core.String?,
      predefinedLayout: json_['predefinedLayout'] as core.String?,
    );