value property

String get value

Implementation

String get value {
  switch (this) {
    case RecurrenceIdentifierRangeType.thisAndPrior:
      return "THISANDPRIOR";
    case RecurrenceIdentifierRangeType.thisAndFuture:
      return "THISANDFUTURE";
  }
}