Aspect constructor

Aspect({
  1. String? kind,
  2. Map<String, Object?>? spec,
})

Implementation

Aspect({
  this.kind,
  this.spec,
});