LocalHistoryEntryDj constructor

LocalHistoryEntryDj({
  1. dynamic onRemove,
  2. dynamic baseWidgetDjType = 'LocalHistoryEntry',
})

Implementation

LocalHistoryEntryDj({
this.onRemove,
baseWidgetDjType = 'LocalHistoryEntry',
}) : super(
baseWidgetDjType:baseWidgetDjType,
);