AnnotationRequest constructor Null safety
Individual image annotation requests for this batch.
Implementation
AnnotationRequest(
{required this.painter, required this.features, this.imageContext});
Individual image annotation requests for this batch.
AnnotationRequest(
{required this.painter, required this.features, this.imageContext});