checkFaceFromJson function

CheckFace checkFaceFromJson(
  1. String str
)

Implementation

CheckFace checkFaceFromJson(String str) => CheckFace.fromJson(json.decode(str));