menu
googleapis package
documentation
translate/v3.dart
Example
Example.new constructor
Example.new constructor
dark_mode
light_mode
Example
constructor
Example
(
{
String
?
name
,
String
?
sourceText
,
String
?
targetText
,
String
?
usage
,
})
Implementation
Example({
this
.name,
this
.sourceText,
this
.targetText,
this
.usage, });
googleapis package
documentation
translate/v3
Example
Example.new constructor
Example class