ptzConfigurations property Null safety

List<PtzConfiguration> ptzConfigurations
@JsonKey(name: 'PTZConfiguration', fromJson: Ptz.ptzConfigurationConverter), final

A list of all existing PTZConfigurations on the NVT that is suitable to be added to the addressed media profile.

Implementation

@JsonKey(name: 'PTZConfiguration', fromJson: Ptz.ptzConfigurationConverter)
final List<PtzConfiguration> ptzConfigurations;