float3D constructor
float3D({
- StructPointer<
float3D> ? op, - List<
double> ? v,
Implementation
float3D({
super.op,
List<double>? v,
}) {
_v = field_v.live(() => op, .filled(field_v.codec.type.count, 0));
}