fromJSON method

  1. @override
dynamic fromJSON(
  1. dynamic json
)
override

Implementation

@override
fromJSON(json) {
  super.fromJSON(json);

  currentPoint.fromArray(json.currentPoint);

  return this;
}