status property Null safety
@JsonKey(name: 'Status', fromJson: OnvifUtil.mappedToBool), final
True if the metadata stream shall contain the PTZ status (IDLE, MOVING or UNKNOWN)
Implementation
@JsonKey(name: 'Status', fromJson: OnvifUtil.mappedToBool)
final bool status;