byName static method

DataBind byName(
  1. String value
)

Bind by name

Implementation

static DataBind byName(String value) => BindByName(value);