Campaign constructor

Campaign({
  1. String? id,
  2. String? createdAt,
})

Implementation

Campaign({this.id, this.createdAt});