ReferencePoint.fromJson constructor

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

Implementation

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