isDownSide property
bool
get
isDownSide
Implementation
bool get isDownSide => this == down || this == downRight || this == downLeft;
bool get isDownSide => this == down || this == downRight || this == downLeft;