contains property

Set<String> contains

Identifies content contained in the linked resource, that cannot be strictly identified using a media type.

Implementation

Set<String> get contains =>
    otherProperties.optStringsFromArrayOrSingle("contains").toSet();