buildId abstract method

String? buildId([
  1. String? arch
])

The build ID for the debugging information.

If debugging information is recorded for multiple architectures, then arch must be provided to get the correct build ID for that architecture.

Returns null if there is no build ID information recorded or if no architecture was provided when needed to disambiguate.

Implementation

String? buildId([String? arch]);