toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    'imageQuality': imageQuality.toJson(),
    'headPose': headPose.toJson(),
    'wearables': wearables.toJson(),
    'expression': expression.toJson(),
  };
}