variantName property
String
get
variantName
Retrieves the variant name (key in the enum structure).
Implementation
String get variantName => result['key'];
Retrieves the variant name (key in the enum structure).
String get variantName => result['key'];