legs property

bool get legs

Implementation

bool get legs => _legs;
set legs (bool legs)

Implementation

set legs(bool legs) => _legs = legs;