isFinished property
bool
get
isFinished
Implementation
bool get isFinished => extractUint32Bool(_v3, 16);
set
isFinished
(bool value)
Implementation
set isFinished(bool value) {
_v3 = transformUint32Bool(_v3, 16, value);
}