DataSourceErrorInfo constructor
DataSourceErrorInfo({
- String? message,
- DataSourceErrorInfoType? type,
Implementation
DataSourceErrorInfo({
this.message,
this.type,
});