KeyPoint constructor
Implementation
factory KeyPoint({
required BodyPart bodyPart,
@JsonKey(
fromJson: Converter.offsetFromJson,
toJson: Converter.offsetToJson,
)
required Offset coordinate,
required double score,
}) = _KeyPoint;
factory KeyPoint({
required BodyPart bodyPart,
@JsonKey(
fromJson: Converter.offsetFromJson,
toJson: Converter.offsetToJson,
)
required Offset coordinate,
required double score,
}) = _KeyPoint;