hasRef property
bool
get
hasRef
Returns true if ref
is not null, otherwise false.
Implementation
bool get hasRef => ref != null;
Returns true if ref
is not null, otherwise false.
bool get hasRef => ref != null;