Conflict constructor
const
Conflict(
- dynamic error
Implementation
const Conflict(
dynamic error,
) : super('Conflict', '409', error);
const Conflict(
dynamic error,
) : super('Conflict', '409', error);