ChartTranslations class

Constructors

ChartTranslations({String date = 'Date', String open = 'Open', String high = 'High', String low = 'Low', String close = 'Close', String changeAmount = 'Change', String change = 'Change%', String amount = 'Amount'})
const

Properties

amount String
final
change String
final
changeAmount String
final
close String
final
date String
final
hashCode int
The hash code for this object.
no setterinherited
high String
final
low String
final
open String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

byIndex(int index) String
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