ExpectationType.statement constructor

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

Implementation

const factory ExpectationType.statement({
  required Statement statement,
  String? description,
}) = StatementExpectation;