toFlutter method
Implementation
@override
SmartQuotesType toFlutter(AnyWidgetContext context) {
return map(
disabled: (_) => SmartQuotesType.disabled,
enabled: (_) => SmartQuotesType.enabled,
);
}
@override
SmartQuotesType toFlutter(AnyWidgetContext context) {
return map(
disabled: (_) => SmartQuotesType.disabled,
enabled: (_) => SmartQuotesType.enabled,
);
}