menu
dart_nostr package
documentation
nostr/model/debug_options.dart
NostrDebugOptions
NostrDebugOptions.new constructor
NostrDebugOptions.new constructor
dark_mode
light_mode
NostrDebugOptions
constructor
NostrDebugOptions
(
{
required
String
tag
,
bool
isLogsEnabled
=
true
,
})
Implementation
NostrDebugOptions({ required this.tag, this.isLogsEnabled = true, });
dart_nostr package
documentation
nostr/model/debug_options
NostrDebugOptions
NostrDebugOptions.new constructor
NostrDebugOptions class