LayoutReference constructor

LayoutReference({
  1. String? layoutId,
  2. String? predefinedLayout,
})

Implementation

LayoutReference({
  this.layoutId,
  this.predefinedLayout,
});