fixed property

  1. @JsonKey.new(name: '@Fixed', fromJson: OnvifUtil.nullableStringToBool)
bool? fixed
final

If this value is true the entity cannot be deleted.

Implementation

@JsonKey(name: '@Fixed', fromJson: OnvifUtil.nullableStringToBool)
final bool? fixed;