CustomerRequestActionDTO constructor

CustomerRequestActionDTO({
  1. bool? allowed,
})

Implementation

CustomerRequestActionDTO({bool? allowed}) : allowed = allowed ?? false;