framesThisSecond property
getter/setter pair
How many frames came in the network in the past second.
This number is updated every frame. Use networkFps in the UI.
Implementation
Map<CameraName, int> framesThisSecond = {
for (final name in CameraName.values)
name: 0,
};