interestPointFromJson function

InterestPoint interestPointFromJson(
  1. String str
)

Implementation

InterestPoint interestPointFromJson(String str) =>
    InterestPoint.fromJson(json.decode(str));