menu
dart_nostr package
documentation
nostr/model/notice.dart
NostrNotice
NostrNotice.new const constructor
NostrNotice.new 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.new const constructor
NostrNotice class