factory CheckFace.fromJson(Map<String?, dynamic> json) => CheckFace( status: json["status"], msg: json["msg"], data: json["data"], );