isClosed property
bool
get
isClosed
True if the shape is "closed", in the sense that it has an interior. For example, a closed shape can be filled with a paint.
Implementation
bool get isClosed => true;