RTMException constructor
To create a RTMException, code
is needed.
Implementation
RTMException({
required this.code,
this.message,
this.details,
});
To create a RTMException, code
is needed.
RTMException({
required this.code,
this.message,
this.details,
});