OsmosException constructor
const
OsmosException({
- required OsmosErrorCodes errorCode,
- String? details,
- dynamic nativeError,
Implementation
const OsmosException({
required this.errorCode,
this.details,
this.nativeError,
});