LocalObjectReference constructor

LocalObjectReference({
  1. String? name,
})

Implementation

LocalObjectReference({
  this.name,
});