BindingVmServiceFake constructor

BindingVmServiceFake(
  1. LeonardBinding _binding, {
  2. Object? observationFixture,
})

Implementation

BindingVmServiceFake(this._binding, {this.observationFixture})
  : super(const Stream<dynamic>.empty(), (_) {});