isEmpty property
bool
get
isEmpty
Implementation
bool get isEmpty => left == null && top == null && right == null && bottom == null;
bool get isEmpty => left == null && top == null && right == null && bottom == null;