yt
yt
AnnotationRequest
AnnotationRequest constructor
AnnotationRequest
AnnotationRequest
constructor
Null safety
AnnotationRequest
(
{
required
Image
image
,
required
List
<
Feature
>
features
}
)
Implementation
AnnotationRequest({required this.image, required this.features});
yt
yt
AnnotationRequest
AnnotationRequest constructor
AnnotationRequest class
Constructors
AnnotationRequest
fromJson
Properties
features
hashCode
image
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==