menu
powermap_sdk package
documentation
models/error.dart
PowerMapException
PowerMapException.new constructor
PowerMapException.new constructor
dark_mode
light_mode
PowerMapException
constructor
PowerMapException
(
{
required
String
code
,
required
String
message
,
dynamic
details
,
})
Implementation
PowerMapException({required this.code, required this.message, this.details});
powermap_sdk package
documentation
models/error
PowerMapException
PowerMapException.new constructor
PowerMapException class