UBaseJson constructor

UBaseJson({
  1. String? detail1,
  2. String? detail2,
})

Implementation

UBaseJson({
  this.detail1,
  this.detail2,
});