LocalObjectReference constructor

const LocalObjectReference({
  1. String? name,
})

Default constructor.

Implementation

const LocalObjectReference({
  this.name,
});