fixed property Null safety
- @JsonKey(name: '@fixed', fromJson: OnvifUtil.nullableStringToBool)
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;