MockChannel<T> constructor
MockChannel<T> ({})
Implementation
MockChannel({
required this.id,
required this.sourceModule,
required this.targetModule,
this.generator,
this.startMs = 0,
this.periodMs = 1000,
this.count = 10,
}) {
generator = generator ?? _lookupInstance;
}