PdfMeasurementResult class
A computed takeoff measurement: the kind, the real-world numeric value in unit, the formatted display text, and the count of items this entry represents (1 for everything but a count marker, which may bundle several). Returned by PdfAnnotation.measurementResult.
Constructors
- PdfMeasurementResult({required PdfMeasurementKind kind, required double value, required String unit, required String text, int count = 1})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited