RBarcodePoint class

扫描得到的点 x 点,对应宽度的百分比 y 点,对应高度的百分比

Constructors

RBarcodePoint(double? x, double? y)

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double?
final
y 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.
override

Operators

operator ==(Object other) bool
The equality operator.
override