ContextRef constructor

ContextRef({
  1. int? length,
  2. String? id,
})

Implementation

ContextRef({
  this.length,
  super.id,
});