NwcNotification constructor
NwcNotification({})
Implementation
NwcNotification({
required this.type,
required this.invoice,
this.description,
this.descriptionHash,
required this.preimage,
required this.paymentHash,
required this.amount,
required this.feesPaid,
required this.createdAt,
this.expiresAt,
required this.settledAt,
required this.metadata,
});