value property

T value
finalinherited

The raw data that directly caused the exception to occur.

By including the actual type information (value.runtimeType) in the logs at runtime, it enables rapid identification of type mismatch issues during debugging.

예외 발생의 직접적인 원인이 된 데이터입니다.

런타임 시 실제 타입 정보(value.runtimeType)를 로그에 포함하여 디버깅 시 타입 불일치 문제를 빠르게 식별할 수 있도록 합니다.

Implementation

final T value;