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