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