menu
te_widgets package
documentation
widgets/error/error.dart
TError
TError.new const constructor
TError.new const constructor
dark_mode
light_mode
TError
constructor
const
TError
(
{
String
?
message
,
Map
<
String
,
List
<
String
>
>
?
errors
,
})
Implementation
const TError({ this.message, this.errors, });
te_widgets package
documentation
widgets/error/error
TError
TError.new const constructor
TError class