atType property

  1. @override
List<String>? atType
override

JSON-LD keyword (@type) to label the object with semantic tags (or types).

Implementation

@override
List<String>? get atType => dataSchema?.atType;