AssignmentViewEntity constructor

AssignmentViewEntity({
  1. required String? appId,
  2. String? title,
  3. String? description,
  4. StorageConditionsEntity? conditions,
})

Implementation

AssignmentViewEntity({
  required this.appId,
  this.title,
  this.description,
  this.conditions,
});