MessageData constructor

MessageData({
  1. String? code,
  2. String? value,
})

Implementation

MessageData({
  this.code,
  this.value,
});