Short<T> constructor

const Short<T>({
  1. required T failedValue,
})

Implementation

const factory Short({required final T failedValue}) = _$Short<T>;