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