AiuiData constructor

const AiuiData({
  1. String? header,
  2. dynamic result,
})

Implementation

const AiuiData({this.header, this.result});