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 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})
const
RuntimeInsightOverlayStrings.english()
factory
RuntimeInsightOverlayStrings.portugueseBr()
Português do Brasil.
factory
RuntimeInsightOverlayStrings.spanish()
Español.
factory

Properties

close String
final
cpuTitle String
final
diskTitle String
final
expand String
final
hashCode int
The hash code for this object.
no setterinherited
httpActive String
final
httpAvgTime String
final
httpCompleted String
final
httpErrors String
final
httpFailed String
final
httpPending String
final
httpTitle String
final
httpTotal String
final
labelAverage String
final
labelCurrent String
final
labelMax String
final
labelMin 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
tabHttp 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