notifications property

List<int>? notifications

The list of remarks occured during the scanning procedure.

Each element belongs to the LDSParsingErrorCodes or the LDSParsingNotificationCodes.

Implementation

List<int>? get notifications => _notifications;