authenticateFacialModelFromJson function

AuthenticateFacialModel authenticateFacialModelFromJson(
  1. String str
)

Implementation

AuthenticateFacialModel authenticateFacialModelFromJson(String str) =>
    AuthenticateFacialModel.fromJson(json.decode(str));