nearLimit property Null safety

double? nearLimit
@JsonKey(name: 'NearLimit', fromJson: OnvifUtil.mappedToDouble), final

Parameter to set autofocus near limit (unit: meter).

Implementation

@JsonKey(name: 'NearLimit', fromJson: OnvifUtil.mappedToDouble)
final double? nearLimit;