AccountNotification constructor
const
AccountNotification({})
Implementation
const AccountNotification({
required this.id,
required this.type,
required this.score,
required this.date,
required this.msg,
required this.url,
});