Status constructor

Status({
  1. Icon? icon,
  2. bool? resolved,
})

Implementation

Status({this.icon, bool? resolved}) : resolved = resolved ?? false;