RuntimeInsightOverlayStrings constructor
const
RuntimeInsightOverlayStrings({
- required String title,
- required String tabCpu,
- required String tabRam,
- required String tabDisk,
- required String tabNetwork,
- required String cpuTitle,
- required String ramTitle,
- required String diskTitle,
- required String networkTitle,
- required String labelCurrent,
- required String labelAverage,
- required String labelMin,
- required String labelMax,
- required String labelSecondary,
- required String legendRead,
- required String legendWrite,
- required String legendRx,
- required String legendTx,
- required String pause,
- required String resume,
- required String close,
- required String minimize,
- required String expand,
- required String tabHttp,
- required String httpTitle,
- required String httpActive,
- required String httpTotal,
- required String httpAvgTime,
- required String httpErrors,
- required String httpPending,
- required String httpCompleted,
- required String httpFailed,
Implementation
const RuntimeInsightOverlayStrings({
required this.title,
required this.tabCpu,
required this.tabRam,
required this.tabDisk,
required this.tabNetwork,
required this.cpuTitle,
required this.ramTitle,
required this.diskTitle,
required this.networkTitle,
required this.labelCurrent,
required this.labelAverage,
required this.labelMin,
required this.labelMax,
required this.labelSecondary,
required this.legendRead,
required this.legendWrite,
required this.legendRx,
required this.legendTx,
required this.pause,
required this.resume,
required this.close,
required this.minimize,
required this.expand,
required this.tabHttp,
required this.httpTitle,
required this.httpActive,
required this.httpTotal,
required this.httpAvgTime,
required this.httpErrors,
required this.httpPending,
required this.httpCompleted,
required this.httpFailed,
});