addBindValue method

void addBindValue(
  1. LifeCircle value
)

Implementation

void addBindValue(LifeCircle value) {
  _boundValue.add(value);
}