authenticatable property

Authenticatable? get authenticatable

Returns the currently authenticated Authenticatable instance (if available).

Implementation

Authenticatable? get authenticatable =>
    attribute<Authenticatable>('authenticatable');