SavedReport constructor

SavedReport({
  1. String? name,
  2. String? title,
})

Implementation

SavedReport({this.name, this.title});