FunctionResponse constructor

FunctionResponse({
  1. dynamic data,
  2. Object? error,
})

Implementation

FunctionResponse({
  this.data,
  this.error,
});