RuntimeInsightOverlayStrings class

Localisable strings used by RuntimeInsightOverlay.

Use the RuntimeInsightOverlayStrings.english factory for sensible defaults, or create a custom instance for other languages.

Constructors

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 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})
const
RuntimeInsightOverlayStrings.english()
factory

Properties

close String
final
cpuTitle String
final
diskTitle String
final
expand String
final
hashCode int
The hash code for this object.
no setterinherited
labelAverage String
final
labelCurrent String
final
labelSecondary String
final
legendRead String
final
legendRx String
final
legendTx String
final
legendWrite String
final
minimize String
final
networkTitle String
final
pause String
final
ramTitle String
final
resume String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabCpu String
final
tabDisk String
final
tabNetwork String
final
tabRam String
final
title String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited