menu
monero_flutter package
documentation
entities/error_info.dart
ErrorInfo
ErrorInfo.new constructor
ErrorInfo.new constructor
dark_mode
light_mode
ErrorInfo
constructor
ErrorInfo
(
{
required
int
code
,
required
String
?
message
,
})
Implementation
ErrorInfo({required this.code, required this.message});
monero_flutter package
documentation
entities/error_info
ErrorInfo
ErrorInfo.new constructor
ErrorInfo class