options property

List<OPTIONElement> options

Implementation

List<OPTIONElement> get options =>
    content?.whereType<OPTIONElement>().toList() ?? [];