notifications property
The list of remarks occured during the scanning procedure.
Each element belongs to the LDSParsingErrorCodes or the LDSParsingNotificationCodes.
Implementation
List<int>? get notifications => _notifications;
The list of remarks occured during the scanning procedure.
Each element belongs to the LDSParsingErrorCodes or the LDSParsingNotificationCodes.
List<int>? get notifications => _notifications;