model property

WidgetModel? get model

Implementation

WidgetModel? get model => (widget is IWidgetView) ? (widget as IWidgetView).model : null;