fixed property
- @JsonKey(name: '@fixed', fromJson: OnvifUtil.stringToBool)
final
A value of true signals that the profile cannot be deleted. Default is false.
Implementation
@JsonKey(name: '@fixed', fromJson: OnvifUtil.stringToBool)
final bool fixed;