menu
lib_discord package
documentation
entities.dart
Overwrite
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
toJson
(
)
Implementation
Map toJson() { return { 'id': id, 'type': type, 'allow': allow, 'deny': deny, }; }
lib_discord package
documentation
entities
Overwrite
toJson method
Overwrite class