google_vision
google_vision
Feature
Feature constructor
Feature
Feature
constructor
Null safety
Feature
(
{
int
?
maxResults
,
required
String
type
}
)
Implementation
Feature({this.maxResults, required this.type});
google_vision
google_vision
Feature
Feature constructor
Feature class
Constructors
Feature
fromJson
Properties
hashCode
maxResults
runtimeType
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==