Path.fromJSON constructor
Path.fromJSON(
- dynamic json
Implementation
Path.fromJSON(json) : super.fromJSON(json) {
currentPoint.fromArray(json["currentPoint"]);
}
Path.fromJSON(json) : super.fromJSON(json) {
currentPoint.fromArray(json["currentPoint"]);
}