FlodError constructor
const
FlodError({})
Implementation
const FlodError({
required this.path,
required this.code,
required this.params,
required dynamic value,
this.message,
this.isSecret = false,
}) : _rawValue = value;