isValid property

bool get isValid

Implementation

bool get isValid => width > 0 && height > 0 && speed > 0;