StructValue constructor

StructValue({
  1. List<Value>? attributes,
})

Implementation

StructValue({
  this.attributes,
});