menu
googleapis package
documentation
authorizedbuyersmarketplace/v1.dart
AddNoteRequest
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
core.Map<core.String, core.dynamic> toJson() { final note = this.note; return {'note': ?note}; }
googleapis package
documentation
authorizedbuyersmarketplace/v1
AddNoteRequest
toJson method
AddNoteRequest class