done property

bool? get done

Implementation

bool? get done => (_$data['done'] as bool?);