InfoModuleData constructor

InfoModuleData({
  1. List<LabelValueRow>? labelValueRows,
  2. bool? showLastUpdateTime,
})

Implementation

InfoModuleData({
  this.labelValueRows,
  this.showLastUpdateTime,
});