PropertyTypeException constructor

const PropertyTypeException(
  1. Type targetType,
  2. Object? actualValue,
  3. List<String> propertyPath,
  4. Object objectType,
)

Implementation

const PropertyTypeException(
    super.targetType, super.actualValue, this.propertyPath, this.objectType);