ActivityEntity constructor

ActivityEntity({
  1. String? id,
  2. String? type,
})

Returns a new ActivityEntity instance.

Implementation

ActivityEntity({
  this.id,
  this.type,
});