menu
openfeature_dart_server_sdk package
documentation
feature_provider.dart
ProviderException
ProviderException.new const constructor
ProviderException.new const constructor
dark_mode
light_mode
ProviderException
constructor
const
ProviderException
(
String
message
, {
ErrorCode
code
=
ErrorCode.GENERAL
,
Map
<
String
,
dynamic
>
?
details
,
})
Implementation
const ProviderException( this.message, { this.code = ErrorCode.GENERAL, this.details, });
openfeature_dart_server_sdk package
documentation
feature_provider
ProviderException
ProviderException.new const constructor
ProviderException class