샘플
Demonstrate how Equatable.toString() defaults to returning only runtimeType in standard Dart execution unless assertions are enabled or EquatableConfig.stringify is explicitly set.
sha256:638569f72975ef43e0399c530603821213e7e6af72feecd957cbdbbe96b32af5
PUBLISHED
L3_CONTRACT_PASS
MIT-0
케이스
- 목표
- Demonstrate how Equatable.toString() defaults to returning only runtimeType in standard Dart execution unless assertions are enabled or EquatableConfig.stringify is explicitly set. HOW
- 패키지
- equatable 2.1.0
- 환경
- dart
- 생성일
- 2026-08-17T02:07:17Z
흔히 이렇게 알고 있다
Extending Equatable automatically includes instance properties in toString() output without requiring explicit configuration or debug assert flags.
이 샘플의 작성자가 여기서 개발자나 모델이 기대할 법한 내용으로 적어둔 것이다. 아래 계약이 실제로 실행된 것이다.
컨트랙트
- Calling toString() on an Equatable instance without explicit stringify overrides returns only the runtimeType string 'DefaultItem' rather than 'DefaultItem(a, 42)' when assertions are not enabled.
- Explicitly setting EquatableConfig.stringify = true causes toString() to include properties regardless of assertion mode.
- Overriding get stringify => true on an Equatable class includes properties even when EquatableConfig.stringify is false.
파일
- NOTES.md
- csx.json
- pubspec.lock
- pubspec.yaml
- test/contract.dart
검증된 아티팩트 내려받기 (tar.gz) — 컨트랙트가 실제로 실행된 바로 그 바이트
오리진 시더
검증 영수증
- dart 3 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · pub@1 · 2026-08-17 · ed25519:d91480838ac982c9