Boost class

A single boost - can either be an amount, or a percent

Constructors

Boost(double? amount, double? percent, [dynamic debugLabel])
const
Boost.amount(double? amount, [dynamic debugLabel])
const
Boost.percent(double? percent, [dynamic debugLabel])
const

Properties

amount double?
final
debugLabel → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
percent double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
times(double num, [dynamic debugLabel]) Boost
toString() String
A string representation of this object.
override

Operators

operator *(double num) Boost
operator ==(Object other) bool
The equality operator.
inherited