Bed constructor

Bed({
  1. String? title,
  2. String? rowGuid,
})

Implementation

Bed({
  this.title,
  this.rowGuid,
});