force property

bool get force

Implementation

bool get force =>
    extraParams.containsKey('force') && extraParams['force'] == true;