lastGenerationErrors property

List<String>? get lastGenerationErrors

Public accessor for errors from the last prepareBridges call. Returns null if generation was successful.

Implementation

List<String>? get lastGenerationErrors => _lastGenerationErrors;