ErrorState<T> constructor
const
ErrorState<T> ({
- required String message,
- T? data,
Implementation
const ErrorState({
required this.message,
this.data,
});