UPointCount.fromJson constructor

UPointCount.fromJson(
  1. String str
)

Implementation

factory UPointCount.fromJson(String str) => UPointCount.fromMap(json.decode(str));