Output constructor

const Output({
  1. String? property,
})

Implementation

const Output({this.property});