StatementExpectation constructor

const StatementExpectation({
  1. required Statement statement,
  2. String? description,
})

Implementation

const factory StatementExpectation(
    {required final Statement statement,
    final String? description}) = _$StatementExpectationImpl;