@eagleoutice/flowr - v2.15.8
    Preparing search index...

    One declared member of a class: an S4 slot, an S7 property, an RC field, or an R6 public/private entry.

    interface ClassMember {
        method?: boolean;
        name: string;
        type?: string;
        visibility?: MemberVisibility;
    }
    Index
    method?: boolean

    whether the member is a function, i.e. a method rather than a field (R6/RC, where both share one list)

    name: string
    type?: string

    the member's declared type, when one is stated (S4/RC/S7); R6 declares no types

    visibility?: MemberVisibility