value property

String value

Implementation

String get value {
  return AmityVideoQuality.values[index].name.toLowerCase();
}