Logs constructor

Logs({
  1. String? description,
  2. String? notes,
})

Implementation

Logs({
  this.description,
  this.notes,
});