double<O> static method

DoubleField<O> double<O>(
  1. String name,
  2. ToElement<O, double> toElement
)

Implementation

static DoubleField<O> double<O>(
  String name,
  ToElement<O, core.double> toElement,
) =>
    DoubleField<O>(name, toElement);