Point.fromJson constructor

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

Constructs a point from a JSON object.

Implementation

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