ViewResponse constructor
ViewResponse({})
Implementation
ViewResponse(
{this.status = false,
this.message = '',
this.errorMessage = '',
this.data,
this.statusCode = '',
this.pagination = '',
});