TResult<T>.defaultValue constructor

TResult<T>.defaultValue()

Implementation

factory TResult.defaultValue()=>TResult(10001, 'error', null);