Double.constant constructor
const
Double.constant(
- double _value
Constructs a constant Double.
Implementation
const Double.constant(this._value) : super.constant();
Constructs a constant Double.
const Double.constant(this._value) : super.constant();