menu
googleapis package
documentation
forms/v1.dart
Option
Option.new constructor
Option.new constructor
dark_mode
light_mode
Option
constructor
Option
(
{
String
?
goToAction
,
String
?
goToSectionId
,
Image
?
image
,
bool
?
isOther
,
String
?
value
,
})
Implementation
Option({
this
.goToAction,
this
.goToSectionId,
this
.image,
this
.isOther,
this
.value, });
googleapis package
documentation
forms/v1
Option
Option.new constructor
Option class
Constructors
new
fromJson
Properties
goToAction
goToSectionId
hashCode
image
isOther
runtimeType
value
Methods
noSuchMethod
toJson
toString
Operators
operator ==