lastGenerationErrors property
Public accessor for errors from the last prepareBridges call.
Returns null if generation was successful.
Implementation
List<String>? get lastGenerationErrors => _lastGenerationErrors;
Public accessor for errors from the last prepareBridges call.
Returns null if generation was successful.
List<String>? get lastGenerationErrors => _lastGenerationErrors;