addIndirectReference method

dynamic addIndirectReference({
  1. int value = 1,
})

Implementation

addIndirectReference({int value = 1}) {
  _indirectReferenes += value;
}