Returns the architecture of the container as reported by Dart (e.g.,
'x64' or 'arm'). Returns null if the architecture of the container does
not match any expected Dart architecture.
Implementation
@override
String? get architecture => _header.architecture;