LayoutProperties constructor

LayoutProperties({
  1. String? displayName,
  2. String? masterObjectId,
  3. String? name,
})

Implementation

LayoutProperties({
  this.displayName,
  this.masterObjectId,
  this.name,
});