Conflict constructor

const Conflict(
  1. dynamic error
)

Implementation

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