menu
ptgc package
documentation
raw.dart
Error
Error.new const constructor
Error.new const constructor
dark_mode
light_mode
Error
constructor
const
Error
(
{
required
int
code
,
required
String
text
,
})
Error constructor.
Implementation
const Error({required this.code, required this.text}) : super._();
ptgc package
documentation
raw
Error
Error.new const constructor
Error class