Result<T> constructor
Result<T> ({})
Constructor for creating a new Result instance.
Implementation
Result({
this.data,
this.errorData,
this.response,
this.exception,
this.statusCode = 200,
this.statusMessage = '',
});