Member constructor

Member(
  1. String? shape,
  2. bool flattened
)

Implementation

Member(
  this.shape,
  this.flattened,
);