NUIErrorMapping constructor
NUIErrorMapping({})
Implementation
NUIErrorMapping({this.code, this.module, this.title, this.message, this.actionMessage, this.actionCode, this.actionType, this.extra}){
this.id = code! + "-" + module!;
}