menu
nucleic_acid package
documentation
converter/fasta/fasta_record.dart
FastaRecord
length method
length method
dark_mode
light_mode
length
method
int
length
(
)
(en) Returns the length of the sequence.
(ja) シーケンスの長さを返します。
Implementation
int length() { return seq.length; }
nucleic_acid package
documentation
converter/fasta/fasta_record
FastaRecord
length method
FastaRecord class