menu
mno_shared package
documentation
publication.dart
UserException
UserException const constructor
UserException const constructor
dark_mode
light_mode
UserException
constructor
const
UserException
(
String
userMessageId
, {
List
<
Object
>
args
=
const []
,
int
?
quantity
,
Object
?
cause
,
})
Implementation
const UserException(this.userMessageId, {this.args = const [], this.quantity, this.cause});
mno_shared package
documentation
publication
UserException
UserException const constructor
UserException class