Nucleotide constructor

Nucleotide(
  1. EnumBase base, {
  2. String? infoKey,
})
  • base : The base type.
  • infoKey : This nucleotide information key. The data are stored in nucleotide sequence classes and referenced by this key.

Implementation

Nucleotide(this.base, {this.infoKey});