fixed property

  1. @JsonKey(name: '@fixed', fromJson: OnvifUtil.stringToBool)
bool fixed
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;