logs property

List<Map<String, dynamic>> get logs

The build log as a list of JSON log objects.

Each element is a map decoded from one line of the streaming build response. Empty before build is called. The returned list is unmodifiable.

Implementation

List<Map<String, dynamic>> get logs => _logs;