menu
googleapis package
documentation
vision/v1.dart
NormalizedVertex
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
core.
Map
<core.
String
, core.
dynamic
> toJson() => {
if
(x !=
null
)
'x'
: x!,
if
(y !=
null
)
'y'
: y!, };
googleapis package
documentation
vision/v1
NormalizedVertex
toJson method
NormalizedVertex class
Constructors
new
fromJson
Properties
hashCode
runtimeType
x
y
Methods
noSuchMethod
toJson
toString
Operators
operator ==