floatValue property Null safety

FloatValue floatValue

Implementation

@$pb.TagNumber(6)
FloatValue get floatValue => $_getN(5);
void floatValue=(FloatValue v)

Implementation

@$pb.TagNumber(6)
set floatValue(FloatValue v) { setField(6, v); }