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

count int
final
hashCode int
The hash code for this object.
no setterinherited
kind PdfMeasurementKind
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
unit String
final
value double
final

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