MockValue<T> constructor

MockValue<T>(
  1. T value, {
  2. Object error = const _NoError(),
})

Implementation

MockValue(
  this.value, {
  this.error = const _NoError(),
});