getOrCrash property

ValidType getOrCrash

Implementation

ValidType get getOrCrash => value.fold((l) => throw Error(), id);