CustomerRequestActionDTO constructor
CustomerRequestActionDTO({
- bool? allowed,
Implementation
CustomerRequestActionDTO({bool? allowed}) : allowed = allowed ?? false;
CustomerRequestActionDTO({bool? allowed}) : allowed = allowed ?? false;