createError method

String? createError(
  1. NoticeRecord record
)

Implementation

String? createError(NoticeRecord record) {
  return record.error?.toString();
}