Double.constant constructor

const Double.constant(
  1. double _value
)

Constructs a constant Double.

Implementation

const Double.constant(this._value) : super.constant();