widgetExpandableNullableToJson function
Implementation
String? widgetExpandableNullableToJson(
enums.WidgetExpandable? widgetExpandable) {
return widgetExpandable?.value;
}
String? widgetExpandableNullableToJson(
enums.WidgetExpandable? widgetExpandable) {
return widgetExpandable?.value;
}