displayName property

String get displayName

Implementation

String get displayName {
  final archLabel = arch != null ? ' ($arch)' : '';
  return '${platform.toUpperCase()} ${type.toUpperCase()}$archLabel';
}