DataSourceErrorInfo constructor

DataSourceErrorInfo({
  1. String? message,
  2. DataSourceErrorInfoType? type,
})

Implementation

DataSourceErrorInfo({
  this.message,
  this.type,
});