NostrDebugOptions constructor

NostrDebugOptions({
  1. required String tag,
  2. bool isLogsEnabled = true,
})

Implementation

NostrDebugOptions({
  required this.tag,
  this.isLogsEnabled = true,
});