Shape constructor

Shape(
  1. String? type,
  2. Descriptor? key,
  3. Descriptor? value,
  4. Descriptor? member,
  5. bool flattened,
  6. Map<String, Member>? members,
  7. String? locationName,
  8. String? timestampFormat,
)

Implementation

Shape(
  this.type,
  this.key,
  this.value,
  this.member,
  this.flattened,
  this.members,
  this.locationName,
  this.timestampFormat,
);