isOpaque property

bool isOpaque

Implementation

bool get isOpaque {
    if (this.type_mode==true) {
        throw Exception('CandidType: FunctionReference .isOpaque is not known on this FunctionReference-stance because type_mode==true');
    }
    return service == null;
}