menu
nucleic_acid package
documentation
nucleotide/nucleotide.dart
Nucleotide
Nucleotide constructor
Nucleotide constructor
dark_mode
light_mode
Nucleotide
constructor
Nucleotide
(
EnumBase
base
, {
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});
nucleic_acid package
documentation
nucleotide/nucleotide
Nucleotide
Nucleotide constructor
Nucleotide class