Message constructor Null safety
Implementation
Message({
this.index,
this.name,
this.messageObjectId,
this.size,
this.handler,
this.location,
});
Message({
this.index,
this.name,
this.messageObjectId,
this.size,
this.handler,
this.location,
});