Path.fromJson constructor

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

Implementation

Path.fromJson(Map<String,dynamic> json) : super.fromJson(json) {
  currentPoint.copyFromArray(json["currentPoint"]);
}