menu
three_dart package
documentation
three3d/math/vector2.dart
Vector2
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
double
>
toJson
(
)
Implementation
Map<String, double> toJson() { return {'x': x, 'y': y}; }
three_dart package
documentation
three3d/math/vector2
Vector2
toJson method
Vector2 class