SyncOutput<T> constructor

const SyncOutput<T>(
  1. T value
)

Implementation

const SyncOutput(this.value);