AccountActivity constructor

AccountActivity({
  1. String? activityLevel,
})

Implementation

AccountActivity({
  this.activityLevel,
});