SmartLocationError constructor

const SmartLocationError({
  1. required SmartErrorType type,
  2. required String message,
  3. dynamic originalError,
})

Implementation

const SmartLocationError({
  required this.type,
  required this.message,
  this.originalError,
});