entity property

  1. @JsonKey.new(name: '@Entity', fromJson: OnvifUtil.nullableStringMappedFromXml)
String? entity
final

Entity type the entry refers to, use a value from the tt:Entity enumeration.

Implementation

@JsonKey(name: '@Entity', fromJson: OnvifUtil.nullableStringMappedFromXml)
final String? entity;