isInitialized property

bool get isInitialized

Checks if the link object is not null.

Implementation

bool get isInitialized => link != null;