menu
dart_nostr package
documentation
nostr/model/notice.dart
NostrNotice
NostrNotice const constructor
NostrNotice const constructor
dark_mode
light_mode
NostrNotice
constructor
const
NostrNotice
(
{
required
String
message
,
})
Implementation
const NostrNotice({ required this.message, });
dart_nostr package
documentation
nostr/model/notice
NostrNotice
NostrNotice const constructor
NostrNotice class