ObjectBoxException constructor
- {String dartMsg,
- int nativeCode,
- String nativeMsg}
Implementation
ObjectBoxException({String dartMsg, int nativeCode, String nativeMsg})
: dartMsg = dartMsg,
nativeCode = nativeCode,
nativeMsg = nativeMsg;