value property

String value

Implementation

String get value {
  return [
    'pending',
    'accepted',
    'none',
    'blocked',
  ][index];
}