NostrNotice constructor

NostrNotice({
  1. required String message,
})

Implementation

NostrNotice({
  required this.message,
});