DefaultDoubleValue abstract class
Default double value to be used if no translation is found (and also used as the source for translation). No quoting (other than normal Java string quoting) is done.
abstract class DefaultDoubleValue { double get value; }
Properties
final double value #
double get value;