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