realValue property

double? get realValue

Implementation

double? get realValue {
  return this.oneOf.value.tryCastToDouble();
}