menu
knotapi_flutter package
documentation
events.dart
KnotError
KnotError.new constructor
KnotError.new constructor
dark_mode
light_mode
KnotError
constructor
KnotError
(
{
required
String
errorCode
,
required
String
message
,
required
String
type
,
})
Implementation
KnotError({ required this.errorCode, required this.message, required this.type });
knotapi_flutter package
documentation
events
KnotError
KnotError.new constructor
KnotError class