asString property

String? get asString

Implementation

String? get asString {
  return this.oneOf.value.tryCastToString();
}