menu
notice package
documentation
formatters.dart
PrettyFormatter
createError method
createError method
dark_mode
light_mode
createError
method
String
?
createError
(
NoticeRecord
record
)
Implementation
String? createError(NoticeRecord record) { return record.error?.toString(); }
notice package
documentation
formatters
PrettyFormatter
createError method
PrettyFormatter class