stopSequences property

List<String>? get stopSequences

Note: This has no documentation in the specification or schema.

Implementation

List<String>? get stopSequences =>
    (_value[Keys.stopSequences] as List?)?.cast<String>();