NostrNotice constructor

const NostrNotice({
  1. required String message,
})

Implementation

const NostrNotice({
  required this.message,
});