Sample constructor

Sample({
  1. int? sampleId,
  2. String? sampleName,
})

Implementation

Sample({this.sampleId, this.sampleName});