google_vision
google_vision
NormalizedVertex
NormalizedVertex constructor
NormalizedVertex
NormalizedVertex
constructor
Null safety
NormalizedVertex
(
{
required
double
x
,
required
double
y
}
)
Implementation
NormalizedVertex({required this.x, required this.y});
google_vision
google_vision
NormalizedVertex
NormalizedVertex constructor
NormalizedVertex class
Constructors
NormalizedVertex
fromJson
Properties
hashCode
runtimeType
x
y
Methods
noSuchMethod
toJson
toString
Operators
operator ==