ConversionError constructor
const
ConversionError({
- required Type? type,
- required dynamic data,
Implementation
const ConversionError({required this.type, required this.data});