menu
ispectify_bloc package
documentation
logs.dart
BlocCreateLog
errorText property
errorText property
dark_mode
light_mode
errorText
property
String
get
errorText
inherited
Implementation
String get errorText { if (error == null) { return ''; } return '\n$error'; }
ispectify_bloc package
documentation
logs
BlocCreateLog
errorText property
BlocCreateLog class