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