fixed property

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

A value of true signals that the profile cannot be deleted. Default is false.

Implementation

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