NostrDebugOptions.generate constructor

NostrDebugOptions.generate()

Implementation

factory NostrDebugOptions.generate() {
  return NostrDebugOptions(
    tag: _incrementallyGenerateTag(),
  );
}