MmNotice constructor
MmNotice({})
Returns a new MmNotice instance.
Implementation
MmNotice({
this.id,
this.sysAdminOnly,
this.teamAdminOnly,
this.action,
this.actionParam,
this.actionText,
this.description,
this.image,
this.title,
});