InterpolationPoint.fromJson constructor

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

Implementation

factory InterpolationPoint.fromJson(Map<String, dynamic> json) {
	return _$InterpolationPointFromJson(json);
}