label property

String get label

The stable machine name (matches the adaptive_slots labels).

Implementation

String get label => switch (this) {
  SkinTargetPlatform.mobile => 'mobile',
  SkinTargetPlatform.ios => 'ios',
  SkinTargetPlatform.android => 'android',
  SkinTargetPlatform.macos => 'macos',
  SkinTargetPlatform.other => 'other',
};