cast<T> method

  1. @override
ConditionID<T> cast<T>()
override

Implementation

@override
ConditionID<T> cast<T>() =>
    this is ConditionID<T> ? this as ConditionID<T> : ConditionID<T>(idValue)
      .._markResolved(resolved, _parent);