OutputTypeRefType.object constructor

const OutputTypeRefType.object(
  1. OutputType value
)

Implementation

const factory OutputTypeRefType.object(OutputType value) =
    ObjectOutputTypeRefType;