menu
ispectify_bloc package
documentation
logs.dart
BlocCloseLog
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
BlocCloseLog
errorText property
BlocCloseLog class