menu
tapresearch_flutter_plugin package
documentation
models/tr_error.dart
TRError
TRError.new constructor
TRError.new constructor
dark_mode
light_mode
TRError
constructor
TRError
(
{
int
?
code
,
String
?
description
,
})
Implementation
TRError({ this.code, this.description, });
tapresearch_flutter_plugin package
documentation
models/tr_error
TRError
TRError.new constructor
TRError class