menu
bio_flutter package
documentation
bio_flutter.dart
NucleotideSequence
nucleotides constant
nucleotides constant
dark_mode
light_mode
nucleotides
constant
Set
<
String
>
const
nucleotides
Implementation
static
const
Set
<
String
> nucleotides = {
"G"
,
"A"
,
"C"
,
"T"
,
"U"
};
bio_flutter package
documentation
bio_flutter
NucleotideSequence
nucleotides constant
NucleotideSequence class