InboxInternalError constructor

InboxInternalError(
  1. {required int code}
)

Implementation

InboxInternalError({required this.code});