fromDhcp property Null safety

bool? fromDhcp
@JsonKey(name: 'FromDHCP', fromJson: OnvifUtil.nullableMappedToBool), final

Indicates whether or not DNS information is retrieved from DHCP.

Implementation

@JsonKey(name: 'FromDHCP', fromJson: OnvifUtil.nullableMappedToBool)
final bool? fromDhcp;