ReturnValue constructor
const
ReturnValue({
- String? value,
- ReturnValueError? error,
Implementation
const ReturnValue({
this.value,
this.error,
});
const ReturnValue({
this.value,
this.error,
});