Explanation constructor

Explanation({
  1. Map<String, Permissions>? matchedPermissions,
})

Implementation

Explanation({
  this.matchedPermissions,
});