BoundField constructor

BoundField({
  1. FieldRef? decl,
  2. dynamic name,
  3. dynamic value,
})

Implementation

BoundField({
  this.decl,
  this.name,
  this.value,
});