PowerMapException constructor

PowerMapException({
  1. required String code,
  2. required String message,
  3. dynamic details,
})

Implementation

PowerMapException({required this.code, required this.message, this.details});