factory CustomerRequestActionDTO.fromJson(Map<String, Object?> json) { return CustomerRequestActionDTO( allowed: json[r'allowed'] as bool? ?? false, ); }