BindingVmServiceFake constructor
BindingVmServiceFake(
- LeonardBinding _binding, {
- Object? observationFixture,
Implementation
BindingVmServiceFake(this._binding, {this.observationFixture})
: super(const Stream<dynamic>.empty(), (_) {});