byIndex static method

DataBind byIndex(
  1. int value
)

Bind by index

Implementation

static DataBind byIndex(int value) => BindByIndex(value);