UserException constructor

const UserException(
  1. String userMessageId, {
  2. List<Object> args = const [],
  3. int? quantity,
  4. Object? cause,
})

Implementation

const UserException(this.userMessageId,
    {this.args = const [], this.quantity, this.cause});