UContractJsonData constructor

UContractJsonData({
  1. String? description,
})

Implementation

UContractJsonData({
  this.description,
});