x , y ,faceWidth ,faceHeight contains integer values
Map<String, dynamic> toJson() => { "x": x, "y": y, "faceWidth": faceWidth, "faceHeight": faceHeight, };