includeFps property

bool includeFps
final

Whether to include frames per second (FPS) metrics.

This provides real-time FPS information for performance monitoring. Default is true to maintain compatibility with existing apps.

Implementation

final bool includeFps;