isInitialized property
bool
get
isInitialized
Checks if the link object is not null.
Implementation
bool get isInitialized => link != null;
Checks if the link object is not null.
bool get isInitialized => link != null;