setIterableInstance method

  1. @override
void setIterableInstance(
  1. Iterable? instance
)
override

Implementation

@override
void setIterableInstance(Iterable? instance) {
  _instance = instance;
}