f64be static method

DoubleLayout f64be({
  1. String? property,
})

DoubleLayout (big-endian 64-bit floating point) values.

Implementation

static DoubleLayout f64be({String? property}) =>
    DoubleLayout.f64(property: property, order: Endian.big);