StreamParam constructor

const StreamParam(
  1. Type propertyType,
  2. String propertyName,
  3. {bool optional: false}
)

Implementation

const StreamParam(this.propertyType, this.propertyName,
    {this.optional = false});