Point2D.fromJson constructor

Point2D.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Point2D.fromJson(Map<String, dynamic> json) =>
    _$Point2DFromJson(json);