expected property

List<String> get expected

Implementation

List<String> get expected => _expected;
set expected (List<String> value)

Implementation

set expected(List<String> value) {
  _expected = value;
}