toJson method
GeneralLibraryFlutter
Implementation
Map? toJson() {
return widgetToJson(
widget: this ?? const material_widget.SizedBox.shrink());
}
GeneralLibraryFlutter
Map? toJson() {
return widgetToJson(
widget: this ?? const material_widget.SizedBox.shrink());
}