menu
googleapis package
documentation
apikeys/v2.dart
V2GetKeyStringResponse
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
core.
Map
<core.
String
, core.
dynamic
> toJson() => {
if
(keyString !=
null
)
'keyString'
: keyString!, };
googleapis package
documentation
apikeys/v2
V2GetKeyStringResponse
toJson method
V2GetKeyStringResponse class
Constructors
new
fromJson
Properties
hashCode
keyString
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==