builder property

ViewModelBuilder<Model> builder
final

Build a Widget using the BuildContext and Model. The Model is created by the vm or converter functions.

Implementation

final ViewModelBuilder<Model> builder;