reason method

String reason()

Implementation

String reason() {
  return this == ReasonEnum.filled ? 'filled' : 'canceled';
}