Success<T> constructor
const
Success<T> ({
- required T body,
Constructs a Success response with the given body.
Implementation
const Success({
required this.body,
});
Constructs a Success response with the given body.
const Success({
required this.body,
});