Exemplar constructor

Exemplar({
  1. List<Map<String, Object?>>? attachments,
  2. String? timestamp,
  3. double? value,
})

Implementation

Exemplar({
  this.attachments,
  this.timestamp,
  this.value,
});