stopSequences property

List<String>? get stopSequences

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

Implementation

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