menu
okhi_flutter package
documentation
models/okhi_exception.dart
OkHiException
OkHiException constructor
OkHiException constructor
dark_mode
light_mode
OkHiException
constructor
OkHiException
(
{
required
String
code
,
required
String
message
,
})
Implementation
OkHiException({required this.code, required this.message});
okhi_flutter package
documentation
models/okhi_exception
OkHiException
OkHiException constructor
OkHiException class