byInstance static method

DataBind byInstance(
  1. ViewModelInstance viewModelInstance
)

Bind by view model instance

Implementation

static DataBind byInstance(ViewModelInstance viewModelInstance) =>
    BindByInstance(viewModelInstance);