requested property

bool requested

Whether this line is requested (owned by you) right now.

requested == true means that you own the line, and can do things with it.

If requested == false then you can't do more than retrieve the line info using the info property.

Implementation

bool get requested => _requested;