Distribution_Exemplar constructor

Distribution_Exemplar({
  1. double value = 0,
  2. Timestamp? timestamp,
  3. List<Any> attachments = const [],
})

Implementation

Distribution_Exemplar({
  this.value = 0,
  this.timestamp,
  this.attachments = const [],
}) : super(fullyQualifiedName);