name property
String
get
name
Implementation
String get name {
if (this == VelocityEnum.x1_5) return '1,5x';
if (this == VelocityEnum.x2) return '2x';
return '1x';
}
String get name {
if (this == VelocityEnum.x1_5) return '1,5x';
if (this == VelocityEnum.x2) return '2x';
return '1x';
}