BoundField constructor Null safety

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

Implementation

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