appContent constructor

appContent({
  1. String? Title,
  2. int DataCount = 0,
})

Implementation

appContent({this.Title, this.DataCount = 0});