SmartLocationError constructor
const
SmartLocationError({
- required SmartErrorType type,
- required String message,
- dynamic originalError,
Implementation
const SmartLocationError({
required this.type,
required this.message,
this.originalError,
});